Flutter Developer
Hi, i want to query documents with i.e. the string array attribute "test".
Given the following documents:
1: {..., "test": ["a", "b", "c"]}
2: {..., "test": ["d", "e", "f"]}
3: {..., "test": ["g", "b", "h"]}
4: {..., "test": ["i", "j", "k"]}
Now i want only all documents which don't contain "b". So I want only the documents 2 and 4. Is it possible in the current appwrite version? (1.4.3)