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

Support phraseto_tsquery (postgresql 9.6) #1

Open
creichert opened this issue Oct 18, 2017 · 1 comment
Open

Support phraseto_tsquery (postgresql 9.6) #1

creichert opened this issue Oct 18, 2017 · 1 comment

Comments

@creichert
Copy link

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.

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.

@albertov
Copy link
Owner

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!

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

No branches or pull requests

2 participants