Is there anyway to increase the limit of fetching of documents in python. Couldnt find any medium from the internet. Please help.
Have you tried query.limit(5000)?
Doesnt work. i am trying to get the datas in python btw. couldnt find any documentations listed with python using queries
from appwrite.query import Query
databases.list_documents('[DATABASE_ID]','[COLLECTION_ID]',[
Query.limit(5000),
])
Are you doing something like this?
Oh man thanks a lot. I got it fixed now. i had issues while importing appwrite.query and i tried to uninstall and reinstall the module and now it is fixed
Cool beans!
[solved] cannot use queries in python when listing documents
[SOLVED] cannot use queries in python when listing documents
Recommended threads
- Function permissions
In my app I have a CreateUser flow which makes several documents and at the end uses the functions.createExecution() to call a server-side function to create a ...
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...