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
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...