From 9cb20edf7bcd59d978de1e5d6843d726cdd1a4a3 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Wed, 1 May 2024 11:13:59 -0400 Subject: [PATCH 1/4] DOCSP-39095 adding atlas search indexes limitation --- source/reference/limitations.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/reference/limitations.txt b/source/reference/limitations.txt index 2e0b3ae93..c93266b62 100644 --- a/source/reference/limitations.txt +++ b/source/reference/limitations.txt @@ -54,6 +54,7 @@ General Limitations - .. include:: /includes/fact-applyOps.rst - ``mongosync`` must read from the source cluster using the :readmode:`primary` read preference. +- ``mongosync`` does not support syncing Atlas Search Indexes. MongoDB Community Edition From 7f3284ee2a17da926b5ae19978740586165c3a83 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Thu, 2 May 2024 14:10:34 -0400 Subject: [PATCH 2/4] DOCSP-39095 tech edit --- source/reference/limitations.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/reference/limitations.txt b/source/reference/limitations.txt index c93266b62..3a977ce99 100644 --- a/source/reference/limitations.txt +++ b/source/reference/limitations.txt @@ -54,7 +54,8 @@ General Limitations - .. include:: /includes/fact-applyOps.rst - ``mongosync`` must read from the source cluster using the :readmode:`primary` read preference. -- ``mongosync`` does not support syncing Atlas Search Indexes. +- ``mongosync`` does not support syncing + :ref:`Atlas Search Indexes ` . MongoDB Community Edition From e838729c7208815cd6c8ac91334a23b1f6193592 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Thu, 2 May 2024 14:11:58 -0400 Subject: [PATCH 3/4] DOCSP-39095 tech edit --- source/reference/limitations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/limitations.txt b/source/reference/limitations.txt index 3a977ce99..d407c8705 100644 --- a/source/reference/limitations.txt +++ b/source/reference/limitations.txt @@ -55,7 +55,7 @@ General Limitations - ``mongosync`` must read from the source cluster using the :readmode:`primary` read preference. - ``mongosync`` does not support syncing - :ref:`Atlas Search Indexes ` . + `Atlas Search Indexes ` . MongoDB Community Edition From fc91709e5dc6fdb8aeceee1fe4c3064b47b5a7ea Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Thu, 2 May 2024 14:16:48 -0400 Subject: [PATCH 4/4] DOCSP-39095 tech edit --- source/reference/limitations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/limitations.txt b/source/reference/limitations.txt index d407c8705..a50a11233 100644 --- a/source/reference/limitations.txt +++ b/source/reference/limitations.txt @@ -55,7 +55,7 @@ General Limitations - ``mongosync`` must read from the source cluster using the :readmode:`primary` read preference. - ``mongosync`` does not support syncing - `Atlas Search Indexes ` . + `Atlas Search Indexes `__. MongoDB Community Edition