Builds Prisma text search filter for multiple fields with case-insensitive matching.
This utility creates a Prisma where clause that searches for the given text
across multiple specified fields using case-insensitive contains matching.
It generates an OR condition that matches any of the specified fields,
enabling flexible full-text search capabilities.
Builds Prisma text search filter for multiple fields with case-insensitive matching.
This utility creates a Prisma where clause that searches for the given text across multiple specified fields using case-insensitive contains matching. It generates an OR condition that matches any of the specified fields, enabling flexible full-text search capabilities.