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 274DD9CDF for ; Mon, 30 Jan 2012 01:17:42 +0000 (UTC) Received: (qmail 57495 invoked by uid 500); 30 Jan 2012 01:17:40 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 57455 invoked by uid 500); 30 Jan 2012 01:17:39 -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 57447 invoked by uid 99); 30 Jan 2012 01:17:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 01:17:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-ee0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 01:17:34 +0000 Received: by eekc50 with SMTP id c50so1317709eek.11 for ; Sun, 29 Jan 2012 17:17:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=IY733ffraKqxmnmp58B4pAvQZzQcgPDgUNLDVRcb46Y=; b=rGuP6Yjv7IxprNt2cZOeGusfQqUR3MJcr1WLiOZvoALplMsWj30+iVPnAtoluiDTmN L3o5gTvLh4AASS3xV/7tdUZDYIbEMQWprp2RqOrv3C4OqGUp8U+jXN969048w59Ww+p6 LBnXz2I6nW3iacMLGsVxyH6N5/PAv9tVuuPVk= MIME-Version: 1.0 Received: by 10.14.9.193 with SMTP id 41mr4797455eet.64.1327886233498; Sun, 29 Jan 2012 17:17:13 -0800 (PST) Received: by 10.213.35.136 with HTTP; Sun, 29 Jan 2012 17:17:13 -0800 (PST) Received: by 10.213.35.136 with HTTP; Sun, 29 Jan 2012 17:17:13 -0800 (PST) In-Reply-To: References: Date: Sun, 29 Jan 2012 17:17:13 -0800 Message-ID: Subject: Re: Are CouchDB filters limited to the _changes feed? From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0016363ba5b43ff4dd04b7b49b4d --0016363ba5b43ff4dd04b7b49b4d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable that's a patch i will submit tomorrow. worked all the week on it. beno=EEt On Jan 29, 2012 11:35 AM, "Dave Cottlehuber" wrote: > On 29 January 2012 18:13, Benoit Chesneau wrote: > > On Sun, Jan 29, 2012 at 8:54 AM, Daniel Gonzalez > wrote: > > > >> > >> - Am I doing something wrong in the curl calls? > >> - Is it at all possible to use views together with filters, or are > >> filters limited to the _changes feed? I have seen no examples of > >> filters except related to _changes > >> > > > > > > filters are only expected for _changes. > > > > - beno=EEt > > Although it might be interesting to factor out filters (in changes and > replication) and to manage them the same way as views, including being > able to use views as replication targets, and avoid needing to > reprocess the filter each time. > > I'm sure that when I think about this after my wine, I'll come up with > some good reasons why thats not a great idea. > > A+ > Dave > --0016363ba5b43ff4dd04b7b49b4d--