You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2011/07/13 14:17:19 UTC

[Couchdb Wiki] Update of "HTTP_view_API" by JasonSmith

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "HTTP_view_API" page has been changed by JasonSmith:
http://wiki.apache.org/couchdb/HTTP_view_API?action=diff&rev1=55&rev2=56

Comment:
Document `update_seq` option in view queries

  ||'''reduce''' ||''true / false'' ||''true'' ||use the reduce function of the view. It defaults to true, if a reduce function is defined and to false otherwise. ||
  ||'''include_docs''' ||''true / false'' ||''false'' ||automatically fetch and include the document which emitted each view entry ||
  ||'''inclusive_end''' ||''true / false'' ||''true'' ||Controls whether the endkey is included in the result. It defaults to true. ||
+ ||'''update_seq''' ||''true / false'' ||''false'' ||Response includes an '''update_seq''' value indicating which sequence id of the database the view reflects ||