You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/08/18 03:17:56 UTC

[couchdb-documentation] 01/03: Update common.rst to add selector to _replicate

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 42d5745cee42f6f9835185f0a226416618b642c2
Author: Christopher Astfalk <ch...@icloud.com>
AuthorDate: Tue Aug 17 16:32:58 2021 +0200

    Update common.rst to add selector to _replicate
---
 src/api/server/common.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/api/server/common.rst b/src/api/server/common.rst
index 100452d..d5c00e6 100644
--- a/src/api/server/common.rst
+++ b/src/api/server/common.rst
@@ -602,6 +602,8 @@
       standard ``q`` and ``n`` parameters.
     :<json array doc_ids: Array of document IDs to be synchronized
     :<json string filter: The name of a :ref:`filter function <filterfun>`.
+    :<json json selector: A :ref:`selector <find/selectors>` to filter
+      documents for synchronization.
     :<json string source_proxy: Address of a proxy server through which
       replication from the source should occur (protocol can be "http" or
       "socks5")