Hello Everyone,
I know how to get more than 25 documents using the limit query and pagination, but I don't know how to get more than 25 values from a document list attribute. I have checked the docs and this discord but I can't find any reference to it.
Thank you for your help.
Can you be more specific?
Yes. I have a document with a String list attribute. When I get the document from the database in my flutter dart code, if the String list attribute has more than 25 values, I only get 25 values. I would like a way to get all values in my String list attribute when I get the document.
Are you saying you have a string array attribute in your collection and it only returns the first 25 items of that array?
Recommended threads
- 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...
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- 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.. ...