Heya Søren,
On Apr 9, 2008, at 23:50, Søren Hilmer wrote:
1. when you filter a view, total_rows are always the total number of
documents
in the view without the filter, so even if you specify say count=1,
you get
total_rows=42 or something.
This works as expected. To get the filtered number of rows you can
read the
length attribute of your result object.
2. startkey_docid does not seam to work, the first document in the
view is
always returned.
Can you file a bug for that at: https://issues.apache.org/jira/browse/COUCHDB?
Thanks for reporting!
Cheers
Jan