lightcouch / LightCouch

CouchDB Java API
www.lightcouch.org
Apache License 2.0
67 stars 70 forks source link

Allow pagination to work on _all_docs #51

Closed buckett closed 6 years ago

buckett commented 8 years ago

This fixes pagination so that it works in situations where the value in the view isn't a String, an example of this is the _all_docs view.

I also updated the guide, but wasn't sure if you wanted the API to contain backwards compatible methods.

This fixes #50

lightcouch commented 6 years ago

Thanks @buckett Fyi, https://github.com/lightcouch/LightCouch/commit/3c43ce85c2fab56ba2724677b3afdf6376d949c3