It would be nice to have a way to query the number of items in an array attribute.
My example: I have a collection where one of the attributes is a list of Strings, holding changing number of images. I would like to query the collection (list documents) and return only the documents contain more than 1 url, list them in the front end
Advanced implementation of this feature: If I could create several Queries of this kind, I could, for example: query all the documents have: More than 3 items And Less than 7 items.
Thanks.
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...