Fix project-aware thought text search for issue #30 #31

Merged
warkanum merged 1 commits from fix/issue-30-project-aware-search into main 2026-04-21 06:36:04 +00:00
Member

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

## 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
sgcommand added 1 commit 2026-04-21 06:32:19 +00:00
fix: include project names in thought text search
Some checks failed
CI / build-and-test (push) Failing after -31m57s
CI / build-and-test (pull_request) Failing after -32m8s
894fa3fc1d
sgcommand changed title from Fix to Fix project-aware thought text search for issue #30 2026-04-21 06:32:54 +00:00
warkanum merged commit 532d1560a3 into main 2026-04-21 06:36:04 +00:00
Sign in to join this conversation.