diff options
| author | elfixit <el@xiala.net> | 2012-06-26 16:59:33 +0200 |
|---|---|---|
| committer | elfixit <el@xiala.net> | 2012-06-26 16:59:33 +0200 |
| commit | 0436ce52c3fb68206381eeb7ab6b2228e40d3710 (patch) | |
| tree | 0cc2823da95e22b8b24d5d09815347a40706520f /apps | |
| parent | add data-publica (diff) | |
| download | api-description-0436ce52c3fb68206381eeb7ab6b2228e40d3710.tar.gz | |
added opt. params key/keys to search on a view
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/couchdb/design.json | 4 |
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" : { |
