View API POST keys to retrieve multiple docs by key could also allow for 
multiple 'range' queries, i.e. an array of { startkey: .., endkey: ... } params 
in the POST
--------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: COUCHDB-523
                 URL: https://issues.apache.org/jira/browse/COUCHDB-523
             Project: CouchDB
          Issue Type: Improvement
          Components: HTTP Interface
            Reporter: Nathan Stott
            Priority: Minor


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" } ] }



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to