Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 78349 invoked from network); 17 Dec 2008 16:09:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2008 16:09:12 -0000 Received: (qmail 25103 invoked by uid 500); 17 Dec 2008 16:09:24 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 25067 invoked by uid 500); 17 Dec 2008 16:09:24 -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 25056 invoked by uid 99); 17 Dec 2008 16:09:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2008 08:09:23 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.p.carey@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2008 16:09:03 +0000 Received: by ug-out-1314.google.com with SMTP id c2so553117ugf.31 for ; Wed, 17 Dec 2008 08:08:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=yO9h27xST3t7FPIxhed2RGJbZQe/P3t0w1YTU3LyULI=; b=DEpC8F8gTRvRWWE977JxqmVhp5sOx5w8SrlPU7mmazidVe9JXdf3tcNBw828V1A9ld xpux2nGxXy6FwRKWeQxPoMdlgDIfBdmppw/lyPezdoSTAJQCWOwl2yDLHVvKJvjDxoeN aQmBY3yZI+XzME2I/Crb1cCyL86vV6oogvBes= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=JS5Y6AhTpWDzwMmYwRFfZQBuw1A26dlFWYgT22Rv+tWvLFg3p2WR3FKGgUOB6HeyNn rgbA9+Csx4XfpCkNdGIA7ahC6BgpDb76n6qg10dgT4a0s1/HnJZr1wlcjbleY1Gw4fcL 8RM76jcuKgHs7yNRWSiXHgmu1E8IHSOhAFSMA= Received: by 10.67.29.4 with SMTP id g4mr3478054ugj.73.1229530122324; Wed, 17 Dec 2008 08:08:42 -0800 (PST) Received: by 10.66.248.20 with HTTP; Wed, 17 Dec 2008 08:08:42 -0800 (PST) Message-ID: <13ae4dd50812170808r3e791016o34ccaada749f6306@mail.gmail.com> Date: Wed, 17 Dec 2008 16:08:42 +0000 From: "Paul Carey" To: user@couchdb.apache.org Subject: Re: Arguments for Reduce function In-Reply-To: <13ae4dd50812170806r5f18a71cs9c64afca0192c40c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64de5c8b0812170743s3b80855eg451b96300eac6895@mail.gmail.com> <13ae4dd50812170806r5f18a71cs9c64afca0192c40c@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org > /my_db/_view/app/by_i?startkey=null&endkey=pivot > /my_db/_view/app/by_i?startkey=pivot&endkey={} D'oh. Probably obvious, but if you don't want both queries to be inclusive of the pivot, you'd need to decrement or increment the pivot in one query or the other.