Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by PaulCarey: http://wiki.apache.org/couchdb/HTTP_Document_API The comment on the change is: Noted that startkey is exclusive for _all_docs_by_seq ------------------------------------------------------------------------------ } }}} - All the view parameters work on _all_docs_by_seq, such as startkey, include_docs etc. + All the view parameters work on _all_docs_by_seq, such as startkey, include_docs etc. However, note that the startkey is exclusive when applied to this view. This allows for a usage pattern where the startkey is set to the sequence id of the last doc returned by the previous query. As the startkey is exclusive, the same document won't be processed twice. == Attachments ==