Repository: couchdb-documentation
Updated Branches:
  refs/heads/master 072450083 -> 3dd434257


Add keys query parameter to views docs

This closes #14

Signed-off-by: Alexander Shorin <[email protected]>


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

Branch: refs/heads/master
Commit: 3dd43425742fd57e47b5b27b811e1a9dae2538b0
Parents: 0724500
Author: Albert-Jan Nijburg <[email protected]>
Authored: Wed Jan 28 15:51:42 2015 +0100
Committer: Alexander Shorin <[email protected]>
Committed: Wed Jan 28 18:00:27 2015 +0300

----------------------------------------------------------------------
 src/api/ddoc/views.rst | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/3dd43425/src/api/ddoc/views.rst
----------------------------------------------------------------------
diff --git a/src/api/ddoc/views.rst b/src/api/ddoc/views.rst
index 4d0c8d8..8a299cc 100644
--- a/src/api/ddoc/views.rst
+++ b/src/api/ddoc/views.rst
@@ -54,6 +54,8 @@
     be included in the result. Default is ``true``
   :query json key: Return only documents that match the specified key.
     *Optional*
+  :query json-array keys: Return only documents where the key matches one of 
the
+    keys specified in the array. *Optional*
   :query number limit: Limit the number of the returned documents to the
     specified number. *Optional*
   :query boolean reduce: Use the reduction function. Default is ``true``

Reply via email to