couchdb_connector icon indicating copy to clipboard operation
couchdb_connector copied to clipboard

Limit and Skip?

Open manuel-rubio opened this issue 6 years ago • 2 comments

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

manuel-rubio avatar Jun 21 '18 08:06 manuel-rubio

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.

mkrogemann avatar Jul 09 '18 15:07 mkrogemann

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?

mkrogemann avatar Jul 09 '18 16:07 mkrogemann