From 7268439eb95263258e282cc1ad5a399343689574 Mon Sep 17 00:00:00 2001 From: Oliver Rolle Date: Mon, 8 Jan 2018 22:41:15 +0100 Subject: [PATCH] Replication with selector for CouchDB 2.x.x --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index abc57b9..33fe01f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -15,6 +15,7 @@ var ALLOWED_PARAMS = [ 'filter', 'doc_ids', 'query_params', + 'selector', 'since', 'view' ];