Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 76378 invoked from network); 7 Sep 2010 13:54:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Sep 2010 13:54:03 -0000 Received: (qmail 70340 invoked by uid 500); 7 Sep 2010 13:54:02 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 69888 invoked by uid 500); 7 Sep 2010 13:53:59 -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 69869 invoked by uid 99); 7 Sep 2010 13:53:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 13:53:58 +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, 07 Sep 2010 13:53:58 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o87DrbAB016731 for ; Tue, 7 Sep 2010 13:53:37 GMT Message-ID: <19638730.53511283867617645.JavaMail.jira@thor> Date: Tue, 7 Sep 2010 09:53:37 -0400 (EDT) From: "Dirkjan Ochtman (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-880) key param doesn't work with reducing views MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 key param doesn't work with reducing views ------------------------------------------ Key: COUCHDB-880 URL: https://issues.apache.org/jira/browse/COUCHDB-880 Project: CouchDB Issue Type: Bug Components: HTTP Interface Affects Versions: 1.0.1 Reporter: Dirkjan Ochtman Fix For: 1.0.2 I have a reducing view which has date-based keys (["2010"] or ["2010", "09"] or ["2010", "09", "07"]). reduce=true&group_level=2&startkey=["2010","09"]&limit=1 gives me {"rows":[{"key":["2010","09"],"value":{...}]}. reduce=true&group_level=2&key=["2010", "09"] gives me {"rows":[]}. This seems wrong. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.