tomjaguarpaw / haskell-opaleye

Other
599 stars 115 forks source link

Basic Full Text Search support #561

Closed CGenie closed 1 year ago

CGenie commented 1 year ago

Hello,

I have this code that we added some time ago to support basic Full Text Search queries in Postgres.

https://www.postgresql.org/docs/current/textsearch.html

It basically contains definitions of tsvector and tsquery types and the @@ operator for matching. We use this for quite some time now and it seems to work. I would much prefer to use upstream opaleye than the patched version. :)

tomjaguarpaw commented 1 year ago

Could you please rebase this as a single commit on master?