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/03/31 17:20:54 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=14388691#comment-14388691 ] 

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

Commit d7641f16e7a12faff896136826b43f7affb0a393 in couchdb-fauxton's branch refs/heads/master from [~robertkowalski]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-fauxton.git;h=d7641f1 ]

Mango: creation and listing of indexes

Part 1/2 for Mango:

Creation of Mango indexes and listing them. Disabled pagination
and bulk-deletion for now, see:

https://issues.apache.org/jira/browse/COUCHDB-2651
https://issues.apache.org/jira/browse/COUCHDB-2652

Use the direct urls to access the features:

http://localhost:8000/#database/$YOUR_DATABASE/_index
http://localhost:8000/#database/$YOUR_DATABASE/_indexlist

Additionally prepares the app for i18n.

Additionally removes the listing of Mango created indexes which
are not editable from the sidebar

COUCHDB-2627

PR: #343
PR-URL: https://github.com/apache/couchdb-fauxton/pull/343
Reviewed-By: garren smith <ga...@gmail.com>


> 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)