Dapper.FSharp
Dapper.FSharp copied to clipboard
Postgresql Full Text Searching
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');
Go for it! 💪 Since the split of CE definitions, it's now possible to have different syntax keywords for different vendors.