Local API should accept limit: Infinity
to disable query-limit
#12141
ryami333
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is currently an undocumented feature of the Local API whereby passing
limit: 0
will disable the implicit default limit of 10 documents. Eg.I am pleased that this functionality exists, but I must always annotate this with a comment because
limit: 0
is not descriptive of its own behaviour. I would like to propose thatInfinity
should also be an acceptable value here, eg.Beta Was this translation helpful? Give feedback.
All reactions