Skip to content
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

Use websearch_to_tsquery or (plainto_tsquery for Postgres < v11) for Dashboard search filter #488

Merged
merged 1 commit into from
Jan 19, 2022

Conversation

bensheldon
Copy link
Owner

Closes #487, which fixes a problem in which using a colon causes Postgres to return a "syntax error in tsquery":

# SELECT to_tsquery('alice::bob');
ERROR:  syntax error in tsquery: "alice::bob"

@bensheldon bensheldon temporarily deployed to goodjob-search-namespac-2umsy7 January 19, 2022 04:32 Inactive
@bensheldon bensheldon added the bug Something isn't working label Jan 19, 2022
@bensheldon bensheldon merged commit d142b4b into main Jan 19, 2022
@bensheldon bensheldon deleted the search_namespace branch January 19, 2022 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error on GJ admin UI search form
1 participant