Repository: couchdb-documentation
Updated Branches:
  refs/heads/master be1872c7b -> 83d4d353f


Remove false notice about default view values in ddoc "options" field

It doesn't works in the recent CouchDB 1.x releases and nothing have
changed for CouchDB 2.0.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/83d4d353
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/83d4d353
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/83d4d353

Branch: refs/heads/master
Commit: 83d4d353f9e6bda142c750cf6491c543c628721b
Parents: be1872c
Author: Alexander Shorin <[email protected]>
Authored: Wed Jun 17 19:23:07 2015 +0300
Committer: Alexander Shorin <[email protected]>
Committed: Wed Jun 17 19:23:26 2015 +0300

----------------------------------------------------------------------
 src/api/ddoc/views.rst | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/83d4d353/src/api/ddoc/views.rst
----------------------------------------------------------------------
diff --git a/src/api/ddoc/views.rst b/src/api/ddoc/views.rst
index dfa4eda..c81f2b0 100644
--- a/src/api/ddoc/views.rst
+++ b/src/api/ddoc/views.rst
@@ -212,12 +212,6 @@ index is generated, not when it's accessed:
 - **include_design** (*boolean*): Allows map functions to be called on design
   documents as well as regular documents
 
-In additional to these options, you may specify
-:ref:`any other <api/ddoc/view>` with their default value. E.g. having option
-``"include_docs": true`` will automatically includes document body for view
-results response. You still may override such by explicitly defining same query
-parameter name with other value.
-
 .. _api/ddoc/view/indexing:
 
 Querying Views and Indexes

Reply via email to