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
- Use Limits
I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches...
- Method EQUAL not wrking in REST API Quer...
Request: ``` postman request 'https://nyc.cloud.appwrite.io/v1/tablesdb/{databaseId}/tables/{tableId}/rows?queries[]={%22method%22%3A%22select%22%2C%22values%2...
- 500 Internal Error when trying get to my...
When I click on my database row in the Cloud console, the page returns a **500 Internal Error** instead of opening the database dashboard. This completely block...