How can I get all documents? (I tried the functions but it also has a limit.) Is there a way to find min max values like in SQL?
to check about queries: https://appwrite.io/docs/databases#querying-documents
i need all documents in collection, 10K docs, 100K docs. etc.
I need all documents with no limits.
We are working on it - as of right now to increase the limit from 100, You wound need to make a recursive loop and use cursor pagination to get all the docs. Example: https://github.com/Meldiron/almost-gist/blob/main/backend/functions/onGistChange/src/index.js#L116-L143
I used this but it takes too long.
I hear you - we are working on making it better and improving the limit of documents
Thanks for be interested.
[CLOSED] I need all documents in a collection.
Recommended threads
- 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...
- Cannot delete rows, deleted relationship...
I had defined a two-way relationship between 2 tables, then I deleted the relationship column I tried re-creating the column but I started to get errors about t...