
I am building an app and several collections used to populate drop down selects. These select inputs have more than 35 records each. Is there a solution to overpass the limit? because so far with Query.limit(100) i.ex. it returns maximum 25!

What does your code look like because query limit 100 should work to extend the limit with a max of 5000 I believe.

Look here @Kenny
const refs = await db.listDocuments(ODKE_DB, COL_REFS,[ Query.equal('user_id', res.availablereferees), Query.limit(100) ])

where res.availablereferees is an array of another collection in the same function

Just curious, if you remove that query equal does the limit work then?

yes but ok, it was my mistake because I had not set a limit on a third Query so it was limiting the available ids into the other array! Sorry for this!!! thank you @Kenny for the instant interest and guidance!

[SOLVED] Major Problem with 25 records limit

Glad you got it resolved! :)
Recommended threads
- Looking for Partner
I'm looking for a partner for long-term collaboration. Of course, you'll get paid for it. If you are interested, please send a DM to me
- Having errors migrating to cloud
Project will not migrate compeltely
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
