No pagination in Futon for reduce views
---------------------------------------

                 Key: COUCHDB-183
                 URL: https://issues.apache.org/jira/browse/COUCHDB-183
             Project: CouchDB
          Issue Type: Bug
          Components: Administration Console
    Affects Versions: 0.9
            Reporter: Jason Davies


Futon doesn't support paginating of reduce views at the moment, which can be 
confusing for new users.  This is due to the difficulty of efficiently working 
out the total number of rows available from a reduce view.

I propose displaying something like "Showing x-y rows of unknown" at the 
bottom, and showing a next/previous link if there are more results to be 
displayed.  An efficient way to calculate whether there are next/previous 
results would be to fetch 1 + rows_per_page + 1 (with appropriate offset 
parameter etc.)

I did start working on a patch - will post it here when it is done.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to