Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 71621 invoked from network); 25 Feb 2011 18:30:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2011 18:30:33 -0000 Received: (qmail 53547 invoked by uid 500); 25 Feb 2011 18:30:33 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 53419 invoked by uid 500); 25 Feb 2011 18:30:31 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 53412 invoked by uid 500); 25 Feb 2011 18:30:31 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 53409 invoked by uid 99); 25 Feb 2011 18:30:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 18:30:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Feb 2011 18:30:30 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id C4BCF29E; Fri, 25 Feb 2011 18:29:57 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 25 Feb 2011 18:29:57 -0000 Message-ID: <20110225182957.37470.3565@eosnew.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22IsoFormattedDateAsDocId=22_by_D?= =?utf-8?q?ougShawhan?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "IsoFormattedDateAsDocId" page has been changed by DougShawhan. http://wiki.apache.org/couchdb/IsoFormattedDateAsDocId?action=3Ddiff&rev1= =3D4&rev2=3D5 -------------------------------------------------- curl -X GET "http://localhost:5984/transactions/_design/widget_count/_vie= w/toss?group_level=3D1" = {"rows":[ - {"key":[20],"value":10} + {"key":[20],"value":10}, {"key":[21],"value":20} ]} = curl -X GET "http://localhost:5984/transactions/_design/widget_count/_vie= w/toss?group_level=3D2" = {"rows":[ - {"key":[20,widget],"value":10} + {"key":[20,widget],"value":10}, - {"key":[21,widget],"value":10} + {"key":[21,widget],"value":10}, {"key":[21,thing],"value":10} ]} }}}