Are there no ways to list 100+ users in the server sdk ? I use a while loop with a cursor for my documents. Is it not possible for users ? Thanks !
It would be so handy to get a "count" function on queries without 100 cap, like Firebase has
currently the only way is the one you mentioned, using the query to do pagination and limit of 100 https://appwrite.io/docs/server/users?sdk=nodejs-default#usersList
Recommended threads
- Does 1.9.0 Self Hosted have MongoDB Atla...
I have been playing with the new 1.9.0 update and I am really excited for the MongoDB support. I wanted to ask though if at the current time Appwrite supports b...
- significant increase in CPU usage with 1...
Hi, This is no big deal at all (as everything is working great so far), but I just saw that the update (from 1.8 to 1.9) consumes much more CPU than before (re...
- Issues with executor in Appwrite 1.9.0
Hi, I’ve recently did a fresh install of appwrite 1.9.0 self hosted and when I run a function, it just waits indefinite This is the error from the log: [Er...