You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I get the paginated data with a query params, what if I want to get all docs from the same endpoint ?
Describe the solution you'd like
I want to make it more general so that when no query parameters provided it returns all docs,
Describe alternatives you've considered
unfortunately due to the default value of limit option = 10 I've to set is with random high number to get all docs
Is your feature request related to a problem? Please describe.
I get the paginated data with a query params, what if I want to get all docs from the same endpoint ?
Describe the solution you'd like
I want to make it more general so that when no query parameters provided it returns all docs,
Describe alternatives you've considered
unfortunately due to the default value of limit option = 10 I've to set is with random high number to get all docs
{ offset: offset | 0, limit:limit|1000 , sort: 'title' }
Additional context
please consider another option to return all docs
The text was updated successfully, but these errors were encountered: