Dapper.FSharp icon indicating copy to clipboard operation
Dapper.FSharp copied to clipboard

Postgresql Full Text Searching

Open sheridanchris opened this issue 2 years ago • 1 comments

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');

sheridanchris avatar Apr 05 '23 18:04 sheridanchris

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

Dzoukr avatar Apr 06 '23 06:04 Dzoukr