From user-return-5539-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Jul 15 17:42:30 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 14118 invoked from network); 15 Jul 2009 17:42:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jul 2009 17:42:29 -0000 Received: (qmail 74760 invoked by uid 500); 15 Jul 2009 17:42:38 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 74691 invoked by uid 500); 15 Jul 2009 17:42:38 -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 74681 invoked by uid 99); 15 Jul 2009 17:42:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 17:42:38 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of frederick.bowen@gmail.com designates 209.85.217.225 as permitted sender) Received: from [209.85.217.225] (HELO mail-gx0-f225.google.com) (209.85.217.225) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 17:42:29 +0000 Received: by gxk25 with SMTP id 25so4070647gxk.11 for ; Wed, 15 Jul 2009 10:42:08 -0700 (PDT) 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; bh=0soQh6U2x75z2aVY0UAqsiAShQtObT4+9YK2GbrvxDI=; b=HxbiC7sRCZ+wuR6nM2vlat6EmgQ8WGi5cOENPTDD5W6n3MCd53QJaJqzYbfhKyH07h hDm7rOsuV6paao8HDUBLk/1bmdl6ZvFBqtajYFz1pwvH5H9atGgjGatcbD6+re7lEuuW zzp9ojltiMpQapG3A5Rf9Qq0BXEeoqEfeOKgM= 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; b=jFwpsgxolUGCLJ+eQaErU6wSHMenOxpGjFTjmOxV80yulsrlvl+QCH34PL+2n6ua05 PXK5oVGGa4go0lAAkXoJvOAP0Uc0IbVz7enDs83F4B1iR4wQWWbFhDpRjcHioVEm0AsC aw4QJoAuiL8u7LkTw1eOIj7EULyjGGpP6nfik= MIME-Version: 1.0 Received: by 10.150.178.9 with SMTP id a9mr13032788ybf.44.1247679728077; Wed, 15 Jul 2009 10:42:08 -0700 (PDT) In-Reply-To: <1247675183.7553.2.camel@mandel-desktop> References: <1247675183.7553.2.camel@mandel-desktop> From: Freddy Bowen Date: Wed, 15 Jul 2009 13:41:48 -0400 Message-ID: <634e096f0907151041o18c55e4aka9f3c2147b5ed895@mail.gmail.com> Subject: Re: Views with parameters To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=000e0cd6a942fc4d73046ec212ae X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd6a942fc4d73046ec212ae Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit > > I have started looking a couchDb for a project of mine. I fully > understand the idea of documents and the work wot be performed with > them. But I have some question about the views: is there a way to pass > parameter to the views? So far all I have read points that views are > that, views and that I need to know them before hand. How do I make a > query at runtime then? > Have you taken a look at http://wiki.apache.org/couchdb/HTTP_view_API ? In particular, see the heading "Querying Options" there. FB --000e0cd6a942fc4d73046ec212ae--