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
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...