Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Committers Level (Medium to Hard)
Description
It would be useful if I could do a single POST to a view to retrieve multiple ranges specified by startkey, endkey.
The format could be as follows:
{ "ranges": [
{ "startkey": "a", "endkey": "c" },
{ "startkey":"g", "endkey":"z" }] }
Attachments
Attachments
Issue Links
- contains
-
COUCHDB-2182 Why doesn't couchdb support multiple keys requests to a reduce function using group_level ?
- Closed