There is no support for case insensitive advanced JSON filtering on Prisma When we can expect Prisma to solve this, it would be a really good feature! ``` { applicantData :{ path: ["details", "lastName"], string_contains: searchString, } } ```