We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Postgresql 9.6 adds support for "Full-text search can now search for phrases (multiple adjacent words)":
phraseto_tsquery('english', 'a multiple word phrase');
I would like to get this function added to esqueleto-textsearch.
esqueleto-textsearch
FWIW, I don't mind adding this function myself but made an issue so we can document the patch + getting a new release on hackage.
The text was updated successfully, but these errors were encountered:
A PR for would be most welcomed! I believe the implementation would be very similar to what plainto_tsquery does.
I could also release it to Hackage give that there is a need for it.
Thanks!
Sorry, something went wrong.
No branches or pull requests
Postgresql 9.6 adds support for "Full-text search can now search for phrases (multiple adjacent words)":
I would like to get this function added to
esqueleto-textsearch
.FWIW, I don't mind adding this function myself but made an issue so we can document the patch + getting a new release on hackage.
The text was updated successfully, but these errors were encountered: