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
- `notContains` Query not available
I have a collection with documents that have a `userIds` attribute containing an array of string values. I want to list these documents by excluding the ones th...
- Appwrite permissions
Im trying to implement a liking system, and i dont want the data to be public, but it says user is unauthorized even when the id is right ``` try { awa...
- Should I create a users table?
When building an application using appwrite authentication, should you even create a users' table? or just add a user id attribute to the collection you want to...