Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 92084 invoked from network); 18 Feb 2010 16:53:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2010 16:53:54 -0000 Received: (qmail 45872 invoked by uid 500); 18 Feb 2010 16:53:52 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 45805 invoked by uid 500); 18 Feb 2010 16:53:52 -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 45795 invoked by uid 99); 18 Feb 2010 16:53:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 16:53:52 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of truemped@googlemail.com designates 216.239.58.185 as permitted sender) Received: from [216.239.58.185] (HELO gv-out-0910.google.com) (216.239.58.185) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 16:53:41 +0000 Received: by gv-out-0910.google.com with SMTP id i36so235036gve.31 for ; Thu, 18 Feb 2010 08:53:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=WiR26O2651UOJE6RBIy24ZLee8qNdOtEXMcDojty8sA=; b=cE/sQyKGBMPA7qOI+UjYS1jiWlGy0bnMY/6BQ84QsTCPzRGZtmI+mihkD+IK8cFjIm 7ywDrg75nQYH77PHtEX6/qLPUwBrbi5IRgm7omO3EeDXNWhuccSWM2jj2cDXhyHWPAbE wglKl+6mU52Q5HhbTjhZjLT1bxyOgbUnQpl14= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=la97OluG2Ok6Z/b8T6hc0WmBJsbf/AxhsLA1Q1g6JjKMVrf+q+RnO3Se5ghdeZ5w/c nPTAwu9WhQFCqfZqE5skg8+D4Mz8q4C1SD/Un9wv2qtPuKFq/+2pwWaT4oVu1YIOUwJE bThoRhetLApJ5cvGTSbBwRpEbqwGDDUR/FoKs= Received: by 10.102.211.39 with SMTP id j39mr101326mug.106.1266512000767; Thu, 18 Feb 2010 08:53:20 -0800 (PST) Received: from ?192.168.222.123? (e178100158.adsl.alicedsl.de [85.178.100.158]) by mx.google.com with ESMTPS id j10sm15320745muh.56.2010.02.18.08.53.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 18 Feb 2010 08:53:19 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: View woes - no keys after reduce From: Daniel Truemper In-Reply-To: <595AEF95-31B9-4E17-AE53-A922AFC07E4A@mac.com> Date: Thu, 18 Feb 2010 17:53:19 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <822D83CF-8C6D-40E3-8361-7456D7FEC73F@googlemail.com> References: <595AEF95-31B9-4E17-AE53-A922AFC07E4A@mac.com> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1077) X-Virus-Checked: Checked by ClamAV on apache.org > Which looks ok to me. Then with reduce=3Dtrue I get >=20 > {"rows":[ > {"key":null,"value":18} > ]} This is the output of the upmost reduce. Add "group=3Dtrue" and you will = have the keys again... Daniel=