## Summary
- include project names in the full-text search vector used by `SearchThoughtsText`
- join `projects` during text search so project-scoped name queries can match even when the token is absent from thought content
- preserve existing project filter behavior while making project-name searches behave more intuitively
## Validation
- `go test ./internal/store ./internal/tools`
- verified branch push for this fix
Closes #30
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
SearchThoughtsTextprojectsduring text search so project-scoped name queries can match even when the token is absent from thought contentValidation
go test ./internal/store ./internal/toolsCloses #30
Fixto Fix project-aware thought text search for issue #30