Repository: couchdb Updated Branches: refs/heads/1.x.x 3996b5f17 -> c8bf07d94
Add keys query parameter to views docs Signed-off-by: Alexander Shorin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c8bf07d9 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c8bf07d9 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c8bf07d9 Branch: refs/heads/1.x.x Commit: c8bf07d94f201bc3e4e1f361cc85d52353e4ef13 Parents: 3996b5f 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:12:17 2015 +0300 ---------------------------------------------------------------------- share/doc/src/api/ddoc/views.rst | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/c8bf07d9/share/doc/src/api/ddoc/views.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/api/ddoc/views.rst b/share/doc/src/api/ddoc/views.rst index 4d0c8d8..8a299cc 100644 --- a/share/doc/src/api/ddoc/views.rst +++ b/share/doc/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``
