Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 82758 invoked from network); 21 Sep 2010 07:31:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Sep 2010 07:31:17 -0000 Received: (qmail 60177 invoked by uid 500); 21 Sep 2010 07:31:16 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 59713 invoked by uid 500); 21 Sep 2010 07:31:13 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 59704 invoked by uid 99); 21 Sep 2010 07:31:12 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 07:31:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 07:30:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8L7UXPs020334 for ; Tue, 21 Sep 2010 07:30:33 GMT Message-ID: <24334637.310951285054233138.JavaMail.jira@thor> Date: Tue, 21 Sep 2010 03:30:33 -0400 (EDT) From: "Michael Fellinger (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-891) Allow ?keys=["a","b"] for GET to _view and _list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Allow ?keys=["a","b"] for GET to _view and _list ------------------------------------------------ Key: COUCHDB-891 URL: https://issues.apache.org/jira/browse/COUCHDB-891 Project: CouchDB Issue Type: New Feature Components: HTTP Interface Affects Versions: 1.0.1 Environment: - Reporter: Michael Fellinger Priority: Minor Fix For: 1.0.2 The idea was already described back in 2008 when the POST {"keys":["key1","key2"]} API was introduced. http://mail-archives.apache.org/mod_mbox/couchdb-dev/200811.mbox/%3C4910D88A.8000809@kore-nordmann.de%3E I'm looking at the source right now, but can't figure out how to implement this at the moment, and I'd love this to be part of CouchDB proper. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.