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 A37EE7C3C for ; Mon, 7 Nov 2011 16:19:57 +0000 (UTC) Received: (qmail 21402 invoked by uid 500); 7 Nov 2011 16:19:56 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 21370 invoked by uid 500); 7 Nov 2011 16:19:56 -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 21358 invoked by uid 99); 7 Nov 2011 16:19:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2011 16:19:56 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of albin.stigo@gmail.com designates 209.85.160.180 as permitted sender) Received: from [209.85.160.180] (HELO mail-gy0-f180.google.com) (209.85.160.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2011 16:19:49 +0000 Received: by gyh20 with SMTP id 20so7626187gyh.11 for ; Mon, 07 Nov 2011 08:19:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=1SpDuGsum6G/bYGBZhdEO84uFg15A65nRuiV7o3ddEE=; b=pTzIbXUr3QvaZeaeZTBc6sL+GFgMcdUVkwuK2Gn7Dgd4V5dXJVugPxba/nMGJPvXEc 0tBOZYrZEz0O95iRta4Y4E8SrM9+53D8AU319u1EiSrgrjvLkhT97k4uUX31o6f2T7ub 7amhoaN/gFuGa4vA05FWXlcNmMuTtuQWcAXM8= MIME-Version: 1.0 Received: by 10.146.9.32 with SMTP id 32mr6133942yai.10.1320682768758; Mon, 07 Nov 2011 08:19:28 -0800 (PST) Received: by 10.146.86.8 with HTTP; Mon, 7 Nov 2011 08:19:28 -0800 (PST) Date: Mon, 7 Nov 2011 17:19:28 +0100 Message-ID: Subject: include_docs with emitted _id if the document is deleted? From: =?ISO-8859-1?Q?Albin_Stig=F6?= To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi, If you use the "trick" where you emit an objects with _id: xxx to include a different "linked" doc in your view. What happens if the document linked to is deleted? --Albin