You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Chris Anderson (JIRA)" <ji...@apache.org> on 2008/08/07 18:45:44 UTC

[jira] Updated: (COUCHDB-101) posting multiple keys to a view (or temp view) allows you to fetch just the rows that match the specified keys

     [ https://issues.apache.org/jira/browse/COUCHDB-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Anderson updated COUCHDB-101:
-----------------------------------

    Attachment: multi_key_views.diff

> 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.