Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 52191 invoked from network); 20 Oct 2008 11:56:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Oct 2008 11:56:37 -0000 Received: (qmail 33291 invoked by uid 500); 20 Oct 2008 11:56:39 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 33055 invoked by uid 500); 20 Oct 2008 11:56:38 -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 33044 invoked by uid 99); 20 Oct 2008 11:56:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 04:56:38 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 11:55:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2E788234C21B for ; Mon, 20 Oct 2008 04:55:46 -0700 (PDT) Message-ID: <516643820.1224503746175.JavaMail.jira@brutus> Date: Mon, 20 Oct 2008 04:55:46 -0700 (PDT) From: "Paul Carey (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Created: (COUCHDB-138) reduce=false & include_docs=true cannot be combined in a query MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org reduce=false & include_docs=true cannot be combined in a query -------------------------------------------------------------- Key: COUCHDB-138 URL: https://issues.apache.org/jira/browse/COUCHDB-138 Project: CouchDB Issue Type: Bug Components: HTTP Interface Affects Versions: 0.9 Reporter: Paul Carey Priority: Minor Attachments: couch_tests.js.view_include_docs.diff Passing ?reduce=false&include_docs=true to a query results in the following error message {"error":"query_parse_error","reason":"Bad URL query key for reduce operation: include_docs"} I believe that the presence of a reduce function should not prevent include_docs from working. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.