hey all! I'm looking to do some more advanced filt...
# orm-help
a
hey all! I'm looking to do some more advanced filtering on JSON objects than what is currently provided by prisma (https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#string_contains). Does anyone have an example of implementing a custom filter etc?
n
Hey Adam 👋 What type of filtering are you trying to achieve on JSON objects? On a side note, you could always use Raw Query to implement advanced filtering.
a
gotcha, that works