Querying for Specific IDs within an Array Field Using Indexes(or otherwise) in Convex
Hi all. I have an array in my schema called "associated users" which contain an array of strings.(token identifiers). Is it possible to query a document if I have a single string of one of the index's in the array?
2 Replies
Hey @KinKon, check out this thread: https://discord.com/channels/1019350475847499849/1202726667685077023/1202778628270588004
Thanks @Michal Srb reading this helped me realize that there is a better approach