Skip to content

fix(PAR-208): search projects by multiple words #3588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

hussmartinez
Copy link
Contributor

in the indexer in the file migrate.ts, the search_projects function is using to_tsquery that does not accept espaces, a solution is to wrap the phrase in single quotes.

in the indexer in migrate.ts, the search_projects function is using to_tsquery that does not accept espaces, a solution is to wrap the phrase in single quotes.
@hussmartinez hussmartinez requested review from a team as code owners August 7, 2024 18:11
Copy link

linear bot commented Aug 7, 2024

Copy link

vercel bot commented Aug 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
builder ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2024 6:02am
builder-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2024 6:02am
explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2024 6:02am
explorer-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2024 6:02am
manager ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2024 6:02am
manager-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2024 6:02am

@thelostone-mc thelostone-mc merged commit 063d406 into main Aug 8, 2024
14 checks passed
@thelostone-mc thelostone-mc deleted the fix/search-multiple-words branch August 8, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants