Is there a maximum limit value #3470
-
For one of my use cases, I've implemented the following find query using nano:
As you can see, I passed a limit of 10000. Is this limit value supposed to work? I'm asking because the query should return 26 results (which is just above the default limit of 25), but it only returns 25. So it feels like the limit value I'm passing is being ignored. In the source code of couchdb I saw some references to a In the default ini file, I only see a mention of that around dreyfus, which is for FTS I think? https://docs.couchdb.org/en/latest/config/query-servers.html#dreyfus/max_limit |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nevermind, I made a mistake in our project, and there was a typo on one of the objects ;-) |
Beta Was this translation helpful? Give feedback.
Nevermind, I made a mistake in our project, and there was a typo on one of the objects ;-)