From user-return-7431-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Nov 08 04:42:53 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 51081 invoked from network); 8 Nov 2009 04:42:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Nov 2009 04:42:53 -0000 Received: (qmail 89659 invoked by uid 500); 8 Nov 2009 04:42:52 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 89584 invoked by uid 500); 8 Nov 2009 04:42:51 -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 89574 invoked by uid 99); 8 Nov 2009 04:42:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 04:42:50 +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 paul.joseph.davis@gmail.com designates 209.85.217.215 as permitted sender) Received: from [209.85.217.215] (HELO mail-gx0-f215.google.com) (209.85.217.215) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 04:42:42 +0000 Received: by gxk7 with SMTP id 7so408427gxk.12 for ; Sat, 07 Nov 2009 20:42:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=vIDyHlDN2UZOxhzuFTTlOTaxSzoE1pWYjl725DuEQS4=; b=CLjSDGCg1iOTS58jAIk2sSW8Lze6PbnqTqC627TgWoEah+bo8BtMwEkHVBSih5sZXh bsapPQjrGeTMykIzRWjGZ0mG9mFORZWEYZd9wzBdCLCLbQRyZrASr3AwGGBGHHB55OnM dpPZG/pzeYAr7W9dPseNFcE/JQLaOdSr7Xsqo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=YwtHWuTv9ItrQwDD3wZ4kUoScIXPQrw7aghvWzM7p4tnDy890jvi4sY1aladS4eaai k22omP/zPdSZ7ejvdHq0bSFrfQ7pCEtUCoa3am2U3KRedM/3ndbfBEqz13MNiZ8OJJAs fosVR6MOWTcy3uhSDk1UddN18s/3dl/nd1jYM= MIME-Version: 1.0 Received: by 10.100.15.18 with SMTP id 18mr5660945ano.60.1257655342083; Sat, 07 Nov 2009 20:42:22 -0800 (PST) In-Reply-To: References: From: Paul Davis Date: Sat, 7 Nov 2009 23:42:02 -0500 Message-ID: Subject: Re: Indexing Design Documents To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Dave, Not to my knowledge actually. I just grep'ed to find those two names for certain. And I'm pretty sure there's at least one or two more options supported... Feel free to wiki that. :) Paul Davis On Sat, Nov 7, 2009 at 11:32 PM, Dave Ray wrote: > Paul, > > Works perfectly. Thanks! =A0Is the "options" member documented anywhere? > > Dave > > On Sat, Nov 7, 2009 at 10:53 PM, Paul Davis = wrote: >> On Sat, Nov 7, 2009 at 3:01 PM, Dave Ray wrote: >>> Hi. Based on my limited experimentation, it appears that design >>> documents aren't included in views. This may seem weird, but is there >>> any way to allow this? >>> >>> Thanks, >>> >>> Dave >>> >> >> Dave, >> >> If your _design document includes an "options" member with >> "include_design" set to true, your view should see design docs. >> Something like: >> >> { >> =A0 =A0"_id": "foo", >> =A0 =A0"options": {"include_design": true}, >> =A0 =A0"views": ... >> } >> >> HTH, >> Paul Davis >> >