Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 3875 invoked from network); 6 Oct 2008 04:42:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Oct 2008 04:42:06 -0000 Received: (qmail 96791 invoked by uid 500); 6 Oct 2008 04:42:05 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 96763 invoked by uid 500); 6 Oct 2008 04:42:04 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 96752 invoked by uid 99); 6 Oct 2008 04:42:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Oct 2008 21:42:04 -0700 X-ASF-Spam-Status: No, hits=-1999.9 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2008 04:41:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3DD74234C1E4 for ; Sun, 5 Oct 2008 21:41:45 -0700 (PDT) Message-ID: <419507640.1223268105238.JavaMail.jira@brutus> Date: Sun, 5 Oct 2008 21:41:45 -0700 (PDT) From: "Chris Anderson (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Closed: (COUCHDB-101) posting multiple keys to a view (or temp view) allows you to fetch just the rows that match the specified keys In-Reply-To: <173082109.1218127544189.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Anderson closed COUCHDB-101. ---------------------------------- Resolution: Fixed fixed in r701814 > 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.