From couchdb-user-return-869-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Mon Jul 21 14:30:00 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 18327 invoked from network); 21 Jul 2008 14:30:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jul 2008 14:30:00 -0000 Received: (qmail 94769 invoked by uid 500); 21 Jul 2008 14:29:59 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 94744 invoked by uid 500); 21 Jul 2008 14:29:59 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 94733 invoked by uid 99); 21 Jul 2008 14:29:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 07:29:59 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.233.184.227] (HELO wr-out-0506.google.com) (64.233.184.227) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 14:29:05 +0000 Received: by wr-out-0506.google.com with SMTP id c53so674986wra.20 for ; Mon, 21 Jul 2008 07:29:29 -0700 (PDT) Received: by 10.90.100.17 with SMTP id x17mr2012462agb.19.1216650568927; Mon, 21 Jul 2008 07:29:28 -0700 (PDT) Received: by 10.90.79.11 with HTTP; Mon, 21 Jul 2008 07:29:28 -0700 (PDT) Message-ID: <5c02bc4e0807210729g4f022bd2h7995560dfd5f17a0@mail.gmail.com> Date: Mon, 21 Jul 2008 10:29:28 -0400 From: "Avi Flax" To: couchdb-user@incubator.apache.org Subject: Re: Newbie: How to create a View In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5c02bc4e0807200944h2f2bf82chce107f9f3ac40684@mail.gmail.com> <21BD388E-0F99-4C99-B123-EF4E2D7A9652@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jul 21, 2008 at 5:32 AM, Christopher Lenz wrote: > Actually, it's a bit simpler than that :) > > 1. If you don't already have a database, create one. > 2. Switch the "Custom Query" in the view dropdown at the top right. > 3. Type in your query and test/refine it until it does what you want it to > do. > 4. Click the "Save As" button at the bottom right. > 5. In the dialog, enter the design doc ID and the name of the view. > 6. You're done. Excellent! Thanks Christopher! Avi