Great! Tested and worked but only for the new documents I add. Any documents deleted from source before the addition of the filter will not be deleted in the destination. Nothing big but definitely to be kept in mind. Probably there is an option to force even deleting those?
Thanks! -Nestor On Fri, Oct 21, 2011 at 2:38 PM, Robert Newson <[email protected]> wrote: > Your filter function blocks replication of deletions. > > add; > > if (doc._deleted) { > return true; > } > > > On 21 October 2011 19:35, Nestor Urquiza <[email protected]> wrote: >> Hi, >> >> I have successfully setup selective replication as I have posted on >> http://thinkinginsoftware.blogspot.com/2011/10/couchdb-filtered-replication.html >> >> Everything works perfectly but I have a user story I cannot complete and it >> is: >> When a document is deleted in source >> Then the document should be deleted from target >> >> Any idea how can I get this done preferably using the _replicator. I >> am not able to discover a magic flag that would allow me to achieve >> what I need. >> >> Thanks, >> >> -Nestor >> >
