From dev-return-4336-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Sat May 23 06:12:56 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 28502 invoked from network); 23 May 2009 06:12:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 May 2009 06:12:56 -0000 Received: (qmail 4239 invoked by uid 500); 23 May 2009 06:13:08 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 4146 invoked by uid 500); 23 May 2009 06:13:07 -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 4136 invoked by uid 99); 23 May 2009 06:13:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2009 06:13:07 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2009 06:13:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A30B629A0012 for ; Fri, 22 May 2009 23:12:45 -0700 (PDT) Message-ID: <173947939.1243059165653.JavaMail.jira@brutus> Date: Fri, 22 May 2009 23:12:45 -0700 (PDT) From: "Mark Hammond (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-357) group_level fails for multi-key reduce view 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 group_level fails for multi-key reduce view ------------------------------------------- Key: COUCHDB-357 URL: https://issues.apache.org/jira/browse/COUCHDB-357 Project: CouchDB Issue Type: Bug Components: HTTP Interface Reporter: Mark Hammond If you try and execute a multi-key reduce view with a group_level param, could returns a query parser error with message '"Multi-key fetchs for reduce view must include `group=true`". The error persists if you add that param. The problem appears to be that couch_httpd_view.erl is only checking for 'exact' grouping, not an integer level. Attaching a patch; thanks to Paul Davis for the direction... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.