Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Replication" page has been changed by RobertNewson.
http://wiki.apache.org/couchdb/Replication?action=diff&rev1=20&rev2=21

--------------------------------------------------

  Invoke them as follows;
  
  {{{
- 
{"source":"http://example.org/example-database","target":"http://admin:[email protected]:5984/example-database";,
 "filter":"myfilter"}
+ 
{"source":"http://example.org/example-database","target":"http://admin:[email protected]:5984/example-database";,
 "filter":"myddoc/myfilter"}
  }}}
  
  You can even pass arguments to them;
  
  {{{
- 
{"source":"http://example.org/example-database","target":"http://admin:[email protected]:5984/example-database";,
 "filter":"myfilter", "query_params": {"key":"value"}}
+ 
{"source":"http://example.org/example-database","target":"http://admin:[email protected]:5984/example-database";,
 "filter":"myddoc/myfilter", "query_params": {"key":"value"}}
  }}}
  
  See also: 

Reply via email to