
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
- `access_denied_to_user` - push new branc...
Why pushig new branch is not allowed? ``` git push origin fix-no_issue_id-fix_variable_name remote: {"auth_status":"access_denied_to_user","body":"Permission t...
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
