Join Slack
Powered by
hey all! I'm looking to do some more advanced filt...
# orm-help
a
Adam Kaczmarek
03/23/2022, 3:02 PM
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
Nurul
03/24/2022, 12:01 PM
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
Adam Kaczmarek
03/24/2022, 8:50 PM
gotcha, that works
3
Views
Open in Slack
Previous
Next