[
https://issues.apache.org/jira/browse/COUCHDB-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634259#action_12634259
]
Chris Anderson commented on COUCHDB-99:
---------------------------------------
This is a problem with the _all_docs view not returning the correct offset.
Instead of giving the actual offset, _all_docs returns the skip value as the
offset. Investigating a fix...
Normal views don't have this problem, just _all_docs.
> Broken pagination when browsing database
> ----------------------------------------
>
> Key: COUCHDB-99
> URL: https://issues.apache.org/jira/browse/COUCHDB-99
> Project: CouchDB
> Issue Type: Bug
> Components: Administration Console
> Affects Versions: 0.9
> Environment: Debian server, Firefox 3 client
> Reporter: Ciaran Gultnieks
> Priority: Minor
>
> The pagination is broken when browsing a database. For example, on initially
> clicking to view the database I see "Showing 1-25 of 7357 rows". Then after
> clicking the 'Next Page' link, I get "Showing 2-26 of 7357 rows".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.