Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 91860 invoked from network); 18 Dec 2010 16:56:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Dec 2010 16:56:48 -0000 Received: (qmail 97566 invoked by uid 500); 18 Dec 2010 16:56:47 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 97525 invoked by uid 500); 18 Dec 2010 16:56:46 -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 97517 invoked by uid 99); 18 Dec 2010 16:56:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Dec 2010 16:56:46 +0000 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of josh803316@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bw0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Dec 2010 16:56:41 +0000 Received: by bwz8 with SMTP id 8so1536487bwz.35 for ; Sat, 18 Dec 2010 08:56:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=N4X4h5/afQcVzy/onP/WsroBi8a6wcPCho4WfAORM1s=; b=cgag1YJLZge8AVx9RBKAKLY+MSYWFG3vCcQwnd0Goy4GegnE2SiY6NAbQg/2KbqdHV wxoFQ080jL4p7KIcivO54JC+6cYplYCdr9p2btYrYi2F04TV/kl5t1ns0QZaPgrafkuk 9Bf5UB7S2p9151Zsk5ol7uF3AMwDEahYpEch0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=hRbFPhRtkdnVNDVzz+q0AK5Co/dozfMOJRfmUUSQOYn8NGQbf/40fXIj3bkUOYYeoq soZCXw3w8bCKEYJ+WWbhRJHf8FUHnMVU3dBZi8c8djt6BR9IwQPQTJDSYj3mupndHzZS aLg20ydgA5i1bZlBIGU2Tpj5mEzWjchNnh0Hg= MIME-Version: 1.0 Received: by 10.204.51.65 with SMTP id c1mr981841bkg.185.1292691378969; Sat, 18 Dec 2010 08:56:18 -0800 (PST) Received: by 10.204.82.152 with HTTP; Sat, 18 Dec 2010 08:56:18 -0800 (PST) Date: Sat, 18 Dec 2010 10:56:18 -0600 Message-ID: Subject: Getting the value of a key in a single doc(Does this require a view) From: Josh803316 To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001636d34b9d729e030497b22aee --001636d34b9d729e030497b22aee Content-Type: text/plain; charset=ISO-8859-1 Question: If I know my doc id and my key name, what url should I get to find the value of a single key in a document? Does this have to be done in a created view by sending the id to the view as part of the query string and returning only the value where the passed query.value.id matches that doc._id? Just wondering if there was a builtin way to get the value from a single doc or if it required a view. --001636d34b9d729e030497b22aee--