Sounds like it's more useful after enabling the "include_deleted" ddoc option.
http://lists.refuge.io/refuge/0122.html Am I correct to infer that you must enable the "seq_indexed" to take advantage of this? (These options are both new to me. Couldn't find much on the ML about them...) On Tue, Apr 3, 2012 at 10:45 AM, Zachary Zolton <[email protected]> wrote: > > Oh cool, Benoit! > > So, it seems that a view _changes consumer would also keep your views > up-to-date? Sounds really useful for scenarios when you want a read-only app > to only use stale=ok queries. (Provided they hit the same ddoc, of > course...) > > > On Tue, Apr 3, 2012 at 10:26 AM, Benoit Chesneau <[email protected]> > wrote: >> >> >> On Mar 27, 2012, at 9:37 PM, Zachary Zolton wrote: >> >> >> >> >> >> >> I think someone had a crack at chained map-reduce other than Cloudant >> >> but I don't recall the project name. Also, I know Benoit is working on >> >> adding a _changes feed for views, which should allow chained m-r too. >> >> >> > >> > A _changes feed for views would enable all sorts of secondary >> > indices... Go >> > Benoit! ^_^) >> >> >> It's already working :) : >> >> https://github.com/refuge/rcouch/tree/view_changes >> >> >> For more information on how to use it: >> >> http://refuge.io/blog/post/view-changes-since >> >> & >> >> http://lists.refuge.io/refuge/0121.html >> >> >> Don't use link provided in these posts, all teh changes have been merged >> in the view_changes branch. >> >> - benoît >> >> >
