Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 93972 invoked from network); 17 May 2010 15:26:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 May 2010 15:26:09 -0000 Received: (qmail 10863 invoked by uid 500); 17 May 2010 15:26:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 10825 invoked by uid 500); 17 May 2010 15:26:06 -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 10796 invoked by uid 99); 17 May 2010 15:26:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 15:26:06 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.227.17.9] (HELO moutng.kundenserver.de) (212.227.17.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 May 2010 15:25:58 +0000 Received: from [10.0.15.157] ([217.110.63.165]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0MVb0p-1Nmk8O3E1X-00YhcJ; Mon, 17 May 2010 17:25:35 +0200 Message-ID: <4BF15FEE.1020200@digitalgott.de> Date: Mon, 17 May 2010 17:25:34 +0200 From: Christian Kleinhuis User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: user@couchdb.apache.org Subject: couchdb sub queries ? References: <5C2BB48D-1AE5-405E-8607-FE7108B4C39A@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+DPpST3JFA9QhIB1LyK5k9kUyesSE3pei7FwT TLBwnUkMc57qA+OmCWtTV/llDh9pz2VTJDgkCts9oJKKK5xeBr xNMtwD22IKZBpn9rTijmTRTqsOINwEf Hello, i would like to implement some kind of dynamic object definition, for this purpose i would like to have documents of type e.g. "object_template" containing a list of properties a object shall receive, e.g. "name, email" and i would now like to create a dynamic edit form for creating and editing those defined data types my only idea to make this is to use a sub query in the "views" definition ... is that possible ?! thx in advance ck