Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 51633 invoked from network); 27 Sep 2010 17:03:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Sep 2010 17:03:42 -0000 Received: (qmail 22946 invoked by uid 500); 27 Sep 2010 17:03:40 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 22849 invoked by uid 500); 27 Sep 2010 17:03:39 -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 22841 invoked by uid 99); 27 Sep 2010 17:03:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 17:03:39 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of james.r.carr@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-gw0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 17:03:33 +0000 Received: by gwj20 with SMTP id 20so2245847gwj.11 for ; Mon, 27 Sep 2010 10:03:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=esOHIrtCCzx3+wo6njSySL5o2WN1EgJylvZcZeR6LVM=; b=k2mW/OI3h29LJiGDpPTTuL4Pvo04RCQGm9ndk1639pWmhEIOVYfZxaDErmunX9vHXC k0UjP2ts0NdEb5YyZaYtxzUjQL55HGkzg6sG/R6jjDmG1Dkd+sHqeyq77NMS7tZRLddT R/pZspN++w5KpV6woWHt3lwvYZaYTKmQytRhs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=p8T9eehTVdLyerdDE9c637nNWkjaO8GidlDTBh2SmaOeA/rdgpv/+0XTaVpuYSToc+ fpXSkEnUdaJXp71O1ypHYH9AU1V8hQxbBE4EOzgxRAqu4e5QScJHstKl9gJmTU3JBMrY 4GIQlmvuw2nSs3qv/ZTHo3ITg7v/Dh6V24EYU= MIME-Version: 1.0 Received: by 10.90.80.4 with SMTP id d4mr6213828agb.12.1285606991962; Mon, 27 Sep 2010 10:03:11 -0700 (PDT) Received: by 10.90.68.13 with HTTP; Mon, 27 Sep 2010 10:03:11 -0700 (PDT) In-Reply-To: References: Date: Mon, 27 Sep 2010 12:03:11 -0500 Message-ID: Subject: Re: Tying Result from a View to a Document? From: James Carr To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Thanks Paul... that's even the exact same page I remembered reading. My google skills just suck this morning I guess. :) On Mon, Sep 27, 2010 at 10:35 AM, Paul Davis wrote: > You mean this? http://www.cmlenz.net/archives/2007/10/couchdb-joins > > On Mon, Sep 27, 2010 at 11:34 AM, James Carr wrote: >> Hi, >> >> I seem to recall there is some way to tie a result from a view to a >> document but so far it eludes me. For example, I have a document >> representing a talk and separate vote documents that are tallied and >> keyed the talk's document id in a view. >> >> Thanks, >> James >> >