is there a way to escape search queries when doing...
# orm-help
m
is there a way to escape search queries when doing FTS - like if I want to search for literal
"q & a"
and want to escape that to not mean
and
n
I haven’t tried this yet, but does the Backslash
\
work for you? Also you could try this approach as mentioned in this comment: https://github.com/prisma/prisma/issues/8939#issuecomment-909388537
m
thanks
🙌 1
would be a handy function for Prisma to provide IMO