Hi everyone. Is it possible to filter entities by ...
# orm-help
r
Hi everyone. Is it possible to filter entities by string field case insensitive?
r
Hey @Ruslan Baigunussov 👋 Currently it's not possible unless you use
prisma.queryRaw
and make a raw query. There's an open issue here and you could add a 👍 so that we can prioritize this 🙂
r
Thank you!
💯 1