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 2010/06/18 09:57:11 UTC

[Couchdb Wiki] Update of "HTTP_view_API" by RussSpivey

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 RussSpivey.
The comment on this change is: Changed inclusive_end default value in table from false to true. Think this was an author's mistake?.
http://wiki.apache.org/couchdb/HTTP_view_API?action=diff&rev1=40&rev2=41

--------------------------------------------------

  ||'''group_level'''||''number''||''-''||''see below''||
  ||'''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''||''false''||||
+ ||'''inclusive_end'''||''true / false''||''true''||||
  
  Since 0.9 you can also issue '''POST''' requests to views where you can send the following JSON structure in the body: