Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 28169 invoked from network); 10 Jan 2009 19:51:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2009 19:51:11 -0000 Received: (qmail 73581 invoked by uid 500); 10 Jan 2009 19:51:11 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 73551 invoked by uid 500); 10 Jan 2009 19:51:11 -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 73542 invoked by uid 500); 10 Jan 2009 19:51:11 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 73539 invoked by uid 99); 10 Jan 2009 19:51:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jan 2009 11:51:11 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Sat, 10 Jan 2009 19:51:10 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id AC5BF118E3 for ; Sat, 10 Jan 2009 19:50:50 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Sat, 10 Jan 2009 19:50:50 -0000 Message-ID: <20090110195050.11889.8892@eos.apache.org> Subject: [Couchdb Wiki] Trivial Update of "View Snippets" by ChrisAnderson X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by ChrisAnderson: http://wiki.apache.org/couchdb/View_Snippets The comment on the change is: formatting ------------------------------------------------------------------------------ This page collects code snippets to be used in your ["Views"]. They are mainly ment to help getting your head arround the map/reduce approach to databases. Keep in mind that the the Futon Web-Client silently adds group=true to your views. - == Get docs with a particular user id + == Get docs with a particular user id == {{{ map: function(doc) {