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)
Query operations on arrays are not supported. We plan to add support in the future. Make sure to 👍🏼 this issue and comment with your need for some sort of not contains support.
[CLOSED] Querying an array
Alright, thank you 🙂
Recommended threads
- Flutter SDK broken by cloud.
Today I woke up to find all my flutter amd appwrite projects not working due to the sdk throwing error "Type "String" is not a subtype of "int"". Something chan...
- Database listRows method call failing in...
I'm getting an error when trying to use listRows in a flutter app on a database. It seems something in the backend has changed because the production version of...
- run multiple isolated projects