You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, textfrom card
where to_tsvector(name) @@ to_tsquery('Wall');
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: