group=true must be passed to a query that submits a keys array when reduce=false
--------------------------------------------------------------------------------
Key: COUCHDB-139
URL: https://issues.apache.org/jira/browse/COUCHDB-139
Project: CouchDB
Issue Type: Bug
Components: HTTP Interface
Affects Versions: 0.9
Reporter: Paul Carey
Priority: Minor
If a query is made against a view passing reduce=false as a query param and
setting keys as a post param, the following error messages is returned.
{"error":"query_parse_error","reason":"Multi-key fetches for a reduce view must
include group=true"}
I believe that setting reduce=false should obviate the need to set group=true
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.