about summary refs log tree commit diff
diff options
context:
space:
mode:
authorelfixit <el@xiala.net>2012-06-26 16:59:33 +0200
committerelfixit <el@xiala.net>2012-06-26 16:59:33 +0200
commit0436ce52c3fb68206381eeb7ab6b2228e40d3710 (patch)
tree0cc2823da95e22b8b24d5d09815347a40706520f
parentadd data-publica (diff)
downloadapi-description-0436ce52c3fb68206381eeb7ab6b2228e40d3710.tar.gz
added opt. params key/keys to search on a view
-rw-r--r--apps/couchdb/design.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/couchdb/design.json b/apps/couchdb/design.json
index 0b1cc51..ef71882 100644
--- a/apps/couchdb/design.json
+++ b/apps/couchdb/design.json
@@ -93,6 +93,10 @@
             "db",
             "design",
             "view"
+         ],
+         "optional_params" : [
+            "keys",
+            "key"
          ]
       },
       "get_show_without_doc" : {