Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 34974 invoked from network); 5 Oct 2010 03:10:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 03:10:56 -0000 Received: (qmail 41570 invoked by uid 500); 5 Oct 2010 03:10:56 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 41212 invoked by uid 500); 5 Oct 2010 03:10:54 -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 41204 invoked by uid 99); 5 Oct 2010 03:10:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 03:10:53 +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, 05 Oct 2010 03:10:52 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o953AWfI007615 for ; Tue, 5 Oct 2010 03:10:32 GMT Message-ID: <17426826.542081286248232671.JavaMail.jira@thor> Date: Mon, 4 Oct 2010 23:10:32 -0400 (EDT) From: "Paul Joseph Davis (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-891) Allow ?keys=["a","b"] for GET to _view and _list In-Reply-To: <24334637.310951285054233138.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917869#action_12917869 ] Paul Joseph Davis commented on COUCHDB-891: ------------------------------------------- Instead of attaching two patches you should condense them into a single patch. You said your git-fu is still growing so the easiest way is to git diff between your branch and trunk. Once your git-fu grows, the usual method would be to interactively rebase your changes into a single commit. That sounds scarier than it is, and once you learn it you'll understand why git people can no longer use svn. > 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 > > Attachments: 0001-add-GET-keys-parameter-to-_all_docs-handler.patch, 0001-add-keys-query-string-parameter-to-GET-request-of-vi.patch > > > 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.