OMG, how you guys deal with a query argument case ...
# orm-help
h
OMG, how you guys deal with a query argument case insensitive ? is there some nice and clean workaround for this?! I am using postgres and kind of insensitive queries really matters to me, they will be all over the place 😕
h
Hi, I am sorry about the problem you are facing. You can use a $OR filter or you can convert everything to lowercase before send it to the Prisma Server. We are going to address this with Prisma 2