You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Gregor Martynus <gr...@martynus.net> on 2011/11/21 19:38:12 UTC

filtered replications

I've two questions regarding replication filters

   1. when I want to replicate from db1 => db2 using a filter
   'designDoc/filter',
   does 'designDoc' have to live in db1 or can it also be in db2?
   2. I'm not sure if this is a bug, but when my designDoc has '/' in its
   _id, e.g. '_design/designDoc/subname', which is a valid id, I get errors
   when I try something like 'designDoc2%Fsubname/filter'