On 16 Apr 2011, at 18:21, kowsik wrote: > On Sat, Apr 16, 2011 at 9:05 AM, Joe Freeman <[email protected]> wrote: >> On 16 April 2011 16:42, Alexander Shorin <[email protected]> wrote: >>> On Sat, Apr 16, 2011 at 7:26 PM, Joe Freeman <[email protected]> >>> wrote: >>>> Is there a way to pass the _changes feed (with include_docs=true) >>>> through a map function (for example, one that exists as part of an >>>> existing view)? If not, are there any plans for this? >>>> >>> >>> This functionality is already in trunk/1.1.x branch >>> https://github.com/apache/couchdb/commit/56086f07c425bd272bda5a6609ed9db3758178ba >> >> Awesome - looking forward to it :) Thanks Alexander. > > Is this instead of the existing mechanism or yet another way to do > filtered changes?
This is one of two new built in filters. The other is for design docs. This so you can get a notification for when a view *would* be updated if you queried it. Cheers Jan --
