From user-return-13147-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Oct 12 12:50:20 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 49930 invoked from network); 12 Oct 2010 12:50:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Oct 2010 12:50:20 -0000 Received: (qmail 39578 invoked by uid 500); 12 Oct 2010 12:50:19 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 39292 invoked by uid 500); 12 Oct 2010 12:50:16 -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 39283 invoked by uid 99); 12 Oct 2010 12:50:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 12:50:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of deistlr@me.com designates 17.148.16.103 as permitted sender) Received: from [17.148.16.103] (HELO asmtpout028.mac.com) (17.148.16.103) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 12:50:07 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [10.0.1.17] ([74.95.22.187]) by asmtp028.mac.com (Oracle Communications Messaging Exchange Server 7u4-18.01 64bit (built Jul 15 2010)) with ESMTPSA id <0LA600KSIGYWE280@asmtp028.mac.com> for user@couchdb.apache.org; Tue, 12 Oct 2010 05:49:46 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2010-10-12_08:2010-10-12,2010-10-12,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=2 spamscore=2 ipscore=0 suspectscore=5 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1004200000 definitions=main-1010120038 From: Deistl Ross Subject: hide _id Date: Tue, 12 Oct 2010 08:49:44 -0400 Message-id: <40A228AD-9C2C-473A-9918-10EDAFAA9045@me.com> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1081) Is there a way to hide the record "_id" in a response? As far as I can determine, the record id is always included in a query response. I would have to have the response to a query only show the items requested in the "emit", which may or may not include the record id.