Skip to content

Instantly share code, notes, and snippets.

@daleharvey
Created February 8, 2014 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daleharvey/8874925 to your computer and use it in GitHub Desktop.
Save daleharvey/8874925 to your computer and use it in GitHub Desktop.
var replicate = db.replicate.from(remote, {
filter: function(doc, req) {
return doc.integer % req.query.divisor === 0;
}
query_params: {divisor: 2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment