Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 30514 invoked from network); 1 Feb 2011 11:14:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2011 11:14:34 -0000 Received: (qmail 14269 invoked by uid 500); 1 Feb 2011 11:14:32 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 13786 invoked by uid 500); 1 Feb 2011 11:14:30 -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 13778 invoked by uid 99); 1 Feb 2011 11:14:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 11:14:28 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=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 imtrueshot@gmail.com designates 209.85.215.52 as permitted sender) Received: from [209.85.215.52] (HELO mail-ew0-f52.google.com) (209.85.215.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 11:14:22 +0000 Received: by ewy23 with SMTP id 23so2825069ewy.11 for ; Tue, 01 Feb 2011 03:14:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=Q3vMmk575ZflJhSOdsTUdPBsX/0G+yCXyBqlflmWEn4=; b=bkcMa3b0BAfWbAP8VGemQLsgqg2O0g8cya0ZZgapMQm6HrlC28+6Q0vAouDA/mlonT Ay8TuNMmrf/DOrE5Cfgx6QuBUdVNv2EO0bD6PcaI3q3ChvpTcsv0BFwXOdBq0FNIuc4f h4dJS9m00gFLPzddaAjgQVIPpKha5/JVX5dL8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qaz5SvRydVcg2AReg90wgYpNbYDaoC8VIzc60pPiqe4/2/4J4QKJ62Ns9/S+L6o4aX ddKKjD5XbtOTW1icPLYY8o4VaRR8q5l21qIQmR9LYKGalTOlDs7c2K6c9KDhQPSC0GyP u8/fF7Vur6wuPJXXU4p3U2OTqwo4jJANrQfoE= MIME-Version: 1.0 Received: by 10.213.27.202 with SMTP id j10mr9971838ebc.49.1296558840807; Tue, 01 Feb 2011 03:14:00 -0800 (PST) Received: by 10.213.15.67 with HTTP; Tue, 1 Feb 2011 03:14:00 -0800 (PST) Date: Tue, 1 Feb 2011 06:14:00 -0500 Message-ID: Subject: Using List to filter data From: George Burt To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=000e0cd1e28a230279049b36a167 --000e0cd1e28a230279049b36a167 Content-Type: text/plain; charset=ISO-8859-1 Is row = getRow() send(JSON.stringify(row)); the best way to just pass the json through to the browser? It gets a little messy with the commas, but is no big deal. And, what is the best way to pass data from the url to a list function? I am trying to use the list as a secondary filter. So I am looking for something that will be ignored by the view (or possibly seen and then embedded in the emit ... nah, probably not.) or perhaps an array that has an extra value that the view doesn't need but that can be seen by the list. Thanks, George --000e0cd1e28a230279049b36a167--