Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65B5062AA for ; Thu, 21 Jul 2011 02:16:36 +0000 (UTC) Received: (qmail 35964 invoked by uid 500); 21 Jul 2011 02:16:34 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 35914 invoked by uid 500); 21 Jul 2011 02:16:34 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 35906 invoked by uid 99); 21 Jul 2011 02:16:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2011 02:16:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jens@couchbase.com designates 206.225.164.29 as permitted sender) Received: from [206.225.164.29] (HELO EXHUB020-2.exch020.serverdata.net) (206.225.164.29) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2011 02:16:26 +0000 Received: from EXVMBX020-1.exch020.serverdata.net ([169.254.4.186]) by EXHUB020-2.exch020.serverdata.net ([206.225.164.29]) with mapi; Wed, 20 Jul 2011 19:16:04 -0700 From: Jens Alfke To: "user@couchdb.apache.org" CC: "user@couchdb.apache.org" Date: Wed, 20 Jul 2011 19:16:35 -0700 Subject: Re: Weird: the order of 'group' and 'group_level' params is significant Thread-Topic: Weird: the order of 'group' and 'group_level' params is significant Thread-Index: AcxHTCRwK3fTp4e+RN+XnrQh+p8v9w== Message-ID: <43AED0C5-3A51-498D-97BA-F8C01EEF028C@couchbase.com> References: <6F1379DF-B86D-4FA2-82B5-698C85544A17@couchbase.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Thanks. After Damien explained this to me, I updated the wiki page on view = queries to point it out explicitly. --Jens On Jul 20, 2011, at 3:33 PM, "Robert Newson" wrote: > 'group=3Dtrue' is an alias for 'group_level=3Dexact', so given that, it's > no surprise that the order matters. You're basically setting the same > thing to two different values, the last value wins. >=20 > not a bug, just a quirk.