posting multiple keys to a view (or temp view) allows you to fetch just the
rows that match the specified keys
--------------------------------------------------------------------------------------------------------------
Key: COUCHDB-101
URL: https://issues.apache.org/jira/browse/COUCHDB-101
Project: CouchDB
Issue Type: New Feature
Components: HTTP Interface
Reporter: Chris Anderson
Attachments: multi_key_views.diff
This patch allows a POST body like
{"keys":["key1","key2","key3","key4"]}
to the _view or _temp_view endpoints to return just the view rows that match
those keys.
It works for map views, as well as reduce views (so long as group=true).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.