-
Notifications
You must be signed in to change notification settings - Fork 44
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
function to_tsquery(tsquery) does not exist #69
Comments
I tracked the code. Long story short, you shouldn't use "match" but the provided "search" function with the vector parameter. Ok, but you really should update the documentation mate. |
query = query.filter(combined_search_vector.search(func.tsq_parse(term))) |
Resolution for anyone stuck with this:
|
actually, it doesn't need a long way just instead of using a filter use it this way:
the documentation needs to be update |
I get this error when searching a on a combined search vector like
The text was updated successfully, but these errors were encountered: