Querying array fields in Convex
In my schema, articles have a 'tagIds' array field:
How can I query for all articles that contain a specific tagId, regardless of what other tags they might have? Is array filtering possible in the query, or do I need to query all articles and filter in memory?
