Database filter operator, contains
Does Convex dashboard have a database column filter operator, contains?
7 Replies
Corresponding ask-ai post: https://discord.com/channels/1019350475847499849/1266471045972365474
it looks like the jwt data in the socket passes the type of comparison. the jwt is so i think the op would be one of the six Comparisons
Interface: FilterBuilder | Convex Developer Hub
server.FilterBuilder
So, i guess, there is no operator for contains or includes?
you can do this tho
seems not
You can do this with separate point lookups in parallel. see https://discord.com/channels/1019350475847499849/1266488659041849374
In the dashboard you can do this in a Custom Query (in code), which now has function running history so hopefully is easier to not have to copy it out for future use
Ah okay, the function history is good enough. Thank you. I will remove the feature request tag