PrismaP
Prisma9mo ago
2 replies
Vianti

Combining raw and standard queries

Hi everyone. I'm developing an API which requires complex filtering. I traverse filters (arbitrary nesting depth) and create where clause.
The problem is that I need to implement RegExp based filtering which is not supported natively. As far as I know the only way to make RegExp filtering is via raw queries.

Is there a convenient workaround to combine standard query with raw regexp query?
Was this page helpful?