reduce=false & include_docs=true cannot be combined in a query -------------------------------------------------------------- Key: COUCHDB-138 URL: https://issues.apache.org/jira/browse/COUCHDB-138 Project: CouchDB Issue Type: Bug Components: HTTP Interface Affects Versions: 0.9 Reporter: Paul Carey Priority: Minor Attachments: couch_tests.js.view_include_docs.diff Passing ?reduce=false&include_docs=true to a query results in the following error message {"error":"query_parse_error","reason":"Bad URL query key for reduce operation: include_docs"} I believe that the presence of a reduce function should not prevent include_docs from working. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.