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
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...