Hey! Anyone knows why generated prisma `query` wit...
# orm-help
t
Hey! Anyone knows why generated prisma
query
with
contain
don't search strings like:
Hype!
, whitch contains
!
or another special characters? And it's not register insensitive (
😥 1
r
I am facing similar issue when having underscore in string to be searched. Did you manage to find work-around for this?
t
Sorry, but no. I think you can use raw sql queries.
r
Okay, thank you for replying.