Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C0C6370CC for ; Fri, 30 Sep 2011 15:52:37 +0000 (UTC) Received: (qmail 67982 invoked by uid 500); 30 Sep 2011 15:52:36 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 67842 invoked by uid 500); 30 Sep 2011 15:52:36 -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 67833 invoked by uid 99); 30 Sep 2011 15:52:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2011 15:52:36 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcdcu-couchdb-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2011 15:52:25 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R9fNa-0005xC-2I for user@couchdb.apache.org; Fri, 30 Sep 2011 17:52:02 +0200 Received: from 76-219-201-97.lightspeed.irvnca.sbcglobal.net ([76.219.201.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Sep 2011 17:52:02 +0200 Received: from bwcode4u by 76-219-201-97.lightspeed.irvnca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Sep 2011 17:52:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@couchdb.apache.org From: bsquared Subject: Can an update funtion be run on the result of a view? Date: Fri, 30 Sep 2011 08:52:36 -0700 Lines: 10 Message-ID: <86ty7udo3f.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 76-219-201-97.lightspeed.irvnca.sbcglobal.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:Vd9sLe9jCdx/haqILFhiKgTrZ2Y= X-Virus-Checked: Checked by ClamAV on apache.org I am asking in reference to the empty _id issue. if a view is run that returns a list of document revisions with empty id fields, can an update be run on that list to mark the items deleted? Or, can a view be run from within an update to get the same result? -- Regards, Brian Winfrey