Hi, is there a way to use `websearch_to_tsquery` (...
# orm-help
b
Hi, is there a way to use
websearch_to_tsquery
(Postgres) search function instead of
to_tsvector
using Prisma?
a
Hey Benny, That’s not possible today without using a raw query. Would you mind opening a feature request with more details about your use case?
b
Hi, will do, thanks!