You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/01/16 22:53:19 UTC

[GitHub] wohali commented on issue #1057: No way of Paginating List function results?

wohali commented on issue #1057: No way of Paginating List function results?
URL: https://github.com/apache/couchdb/issues/1057#issuecomment-358135010
 
 
   There's no built-in way, but: your list function receives the `req` object. You should be able to implement your own pagination if desired.
   
   Prototype: `function(head, req) {... }`
   
   More info: http://guide.couchdb.org/draft/transforming.html
   
   Paging @flimzy this is a good one for us to consider adding to the documentation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services