From a742af0387659a7168e4f07cf5ffa2720b09aac3 Mon Sep 17 00:00:00 2001 From: Albert-Jan Nijburg Date: Wed, 28 Jan 2015 15:51:42 +0100 Subject: [PATCH] Add keys query parameter to views docs --- src/api/ddoc/views.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/ddoc/views.rst b/src/api/ddoc/views.rst index 4d0c8d8a..8a299cc7 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``