Jaye
02/20/2022, 8:38 PMjsonb
column. prisma doesn’t seem to support this, although postgres does, giving good results
is this coming any time soon? or, failing that, is there any way to add something like this to a .findMany
without rewriting all my queries in raw sql (since they’re already quite big and complex):
SELECT * FROM "Work"
WHERE to_tsvector(answers) @@ websearch_to_tsquery('my search phrase');