dainyl opened a new issue #55: Feature: CouchDB 2.0 - Multiple View Queries
URL: https://github.com/apache/couchdb-nano/issues/55
 
 
   CouchDB 2.0 now supports bulk querying views via 
http://docs.couchdb.org/en/2.0.0/api/ddoc/views.html#api-ddoc-view-multiple-queries
   
   ## Expected Behavior
   This would work via the `db.view` function 
https://github.com/apache/couchdb-nano#dbviewdesignname-viewname-params-callback
   
   ## Current Behavior
   `db.view` assumes that it's a GET request, but a POST request is required
   
   ## Possible Solution
   Update `db.view` to perform a POST request if `queries` is present in 
`params`
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to