Vianti
Vianti
PPrisma
Created by Vianti on 5/5/2025 in #help-and-questions
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?
3 replies