You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/04/20 02:45:59 UTC

[jira] [Commented] (COUCHDB-2652) Mango - no pagination for index lists possible

    [ https://issues.apache.org/jira/browse/COUCHDB-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502190#comment-14502190 ] 

ASF subversion and git services commented on COUCHDB-2652:
----------------------------------------------------------

Commit 90652ce11047ded5ef72da34f7d5cbc8195dc924 in couchdb-mango's branch refs/heads/2652-index-pagination from [~tonysun83]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-mango.git;h=90652ce ]

Add support for index pagination

We add limit and skip parameters to GET so that the dashboard
can utilize these parameters for pagination.

Fixes: COUCHDB-2652


> Mango - no pagination for index lists possible
> ----------------------------------------------
>
>                 Key: COUCHDB-2652
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2652
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Mango
>            Reporter: Robert Kowalski
>
> Currently it is not possible to paginate the results from GET /_index
> Example requests:
> GET /db/_index?limit=6
> GET /db/_index?limit=10&skip=10



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)