
I have an attribute string array in a collection and lets say it contains Ids how can i check between 2 documents from that collection where they have same ids example doc 1 attribute "ids" [1423] [123] doc 2 [0005] [123] how would i find the mutual part wich is [123]

i guess i can do this by selecting the 2 documents and then checking client side
Recommended threads
- Triggering an email for each entry in a ...
I want to send an email for each entry done in a table, is there any way I can do that?
- Query without relationships
Is there a way to query a collection so that it doesn't return all the connected relationships? For example, if the user has vehicles as a 1 or a 2 way relatio...
- Appwrite Website loading longer Thun usu...
Since last month some collections in my database are taking mutch longer to load than usual. It takes up to 20 seconds and sometimes it fails completely.
