total_rows should be the number of rows returned if the count parameter is not 
supplied
---------------------------------------------------------------------------------------

                 Key: COUCHDB-82
                 URL: https://issues.apache.org/jira/browse/COUCHDB-82
             Project: CouchDB
          Issue Type: Bug
          Components: Database Core
            Reporter: antirobotrobot


I need the ability to paginate though a subset of a view. I make view requests 
with startkey, endkey, and count. I would like to paginate through these rows, 
but I cannot know the total rows between startkey and endkey without making an 
extra view which adds up the totals.

It would be much better if total_rows, returned in the view, reflected the 
number of rows that would be returned had the count parameter not been supplied.



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