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
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...