couchdb_connector
couchdb_connector copied to clipboard
Limit and Skip?
Hi, I'm trying to use the query parameters skip
and limit
to paginate an output, did you implement them in any way?
Example:
http://localhost:5984/db/_design/d/_view/random?skip=i&limit=1
Hi and thank you for your contribution. Sorry for taking so long to reply, I will have to update my github settings to make sure to receive more E-Mails.
I have not considered skip and limit so far.
I saw that your PR build failed but I think there was no problem with the code you contributed and I was just now able to successfully re-run the tests.
I will have a closer look at your PR next.
I had a look at your PR and trust that it does what it is intended to do. The code additions are not tested, coverage goes down by about 8 per cent. Could you please provide tests/examples/documentation so I can fully verify and bump up code coverage?