From dev-return-6939-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Sun Oct 18 00:51:55 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 19300 invoked from network); 18 Oct 2009 00:51:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Oct 2009 00:51:55 -0000 Received: (qmail 29788 invoked by uid 500); 18 Oct 2009 00:51:54 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 29697 invoked by uid 500); 18 Oct 2009 00:51:53 -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 29680 invoked by uid 99); 18 Oct 2009 00:51:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Oct 2009 00:51:53 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Sun, 18 Oct 2009 00:51:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5425C234C045 for ; Sat, 17 Oct 2009 17:51:31 -0700 (PDT) Message-ID: <653741681.1255827091329.JavaMail.jira@brutus> Date: Sat, 17 Oct 2009 17:51:31 -0700 (PDT) From: "Mark Hammond (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Reopened: (COUCHDB-323) add support to jquery.couch.js for 'keys' param to views In-Reply-To: <1392322929.1239070812913.JavaMail.jira@brutus> 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-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hammond reopened COUCHDB-323: ---------------------------------- Assignee: Mark Hammond Sorry, I should have updated this bug earlier. This is 1/2 out-of-date, but 1/2 not - specifically, the all_docs view still doesn't support keys. I'll update it. > add support to jquery.couch.js for 'keys' param to views > -------------------------------------------------------- > > Key: COUCHDB-323 > URL: https://issues.apache.org/jira/browse/COUCHDB-323 > Project: CouchDB > Issue Type: Improvement > Reporter: Mark Hammond > Assignee: Mark Hammond > Priority: Minor > Fix For: 0.11 > > Attachments: jquery_view_keys.patch > > > jquery.couch.js currently doesn't allow you to execute a query via a POST passing keys in the request body. I'm attaching a patch which adds support for this. It also changes the error message when hitting a view to include the name of the view - it seemed worthwhile to keep in the patch, but obviously isn't required. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.