When ever i try to fetch records from my couch db GetAsync method (not Find Async) i usually get only 25 records.
I am working with Angular 12, API.NET web api core and couch db. So i am writing my code is C# and looking for a specific selector in case i need to get more than 25 records from the couch DB.
currently my selector looks something like this no other query is attached to it as i need the entire door data not just top 25.
Per CouchDB documentation:
Specifically, the
limit
parameter. The defaultlimit
is 25.