Improve include_docs to support _id's specified in reduce values.
-----------------------------------------------------------------
Key: COUCHDB-914
URL: https://issues.apache.org/jira/browse/COUCHDB-914
Project: CouchDB
Issue Type: Improvement
Components: HTTP Interface
Reporter: Paul Joseph Davis
include_docs currently allows view row values to be of the form {_id: $docid,
_rev: $docrev, ....} and will fetch the docid specified by those values. Given
this, there's no reason why the same can't be supported in reduce rows now.
Previous to the _id in row values, we were exclusively using the docid of the
view which was incompatible with reductions. This new version frees that
constraint.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.