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

Postgresql Full Text Searching #83

Open
sheridanchris opened this issue Apr 5, 2023 · 1 comment
Open

Postgresql Full Text Searching #83

sheridanchris opened this issue Apr 5, 2023 · 1 comment

Comments

@sheridanchris
Copy link

sheridanchris commented Apr 5, 2023

I'm wondering about the possibility and/or feasibility of implementing support for PostgreSQL full text searching
If it is possible, I'm willing to give it a shot and create a PR

A very basic example would be as follows:

select name, artist, text
from card
where to_tsvector(name) @@ to_tsquery('Wall');
@Dzoukr
Copy link
Owner

Dzoukr commented Apr 6, 2023

Go for it! 💪 Since the split of CE definitions, it's now possible to have different syntax keywords for different vendors.

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