Hi. A quick question - Are date filters supported in Postgres JSON field types via Prisma? I want to check if the value of the respective property in JSON is > current date
β 1
n
Nurul
07/20/2022, 1:03 PM
Hey Vignesh π
I donβt think
gt
and
lt
date filters would work on a JSON field.
π 1
v
Vladi Stevanovic
07/29/2022, 1:14 PM
π hey @Vignesh T.V.! Did you have a chance to see Nurul's comment?
Do you still have any questions or issues with this?
π 1
v
Vignesh T.V.
08/17/2022, 9:58 AM
@Nurul@Vladi Stevanovic Apologies for this very late reply - hadn't reviewed slack for quite some time - I made this work with prisma raw queries rather