AutumnLightA
Convex Community8mo ago
2 replies
AutumnLight

ETA for array searches

When will convex have the feature that I can search in an array for specific values?
example:
articles: defineTable({
tags: v.array(v.id("tags")),
// other fields...
}),

Here I could search by tags
Was this page helpful?