Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 42503 invoked from network); 8 Dec 2009 22:19:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Dec 2009 22:19:58 -0000 Received: (qmail 95687 invoked by uid 500); 8 Dec 2009 22:19:58 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 95608 invoked by uid 500); 8 Dec 2009 22:19:58 -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 95599 invoked by uid 500); 8 Dec 2009 22:19:58 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 95596 invoked by uid 99); 8 Dec 2009 22:19:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Dec 2009 22:19:58 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Dec 2009 22:19:55 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id CCA8A17620; Tue, 8 Dec 2009 22:19:35 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 08 Dec 2009 22:19:35 -0000 Message-ID: <20091208221935.23463.3758@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22View=5Fserver=22_by_MoritzHeidk?= =?utf-8?q?amp?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "View_server" page has been changed by MoritzHeidkamp. The comment on this change is: fixed a json typo. http://wiki.apache.org/couchdb/View_server?action=3Ddiff&rev1=3D18&rev2=3D19 -------------------------------------------------- If the function above is the only function stored, the views server answe= rs: = {{{ - [[[null, {"player_name","John Smith"}]]]\n + [[[null, {"player_name":"John Smith"}]]]\n }}} = That is, an array with the result for every function for the given docume= nt.