From e100b3bb20eab42d64b7f2c77d17bbae1cf91f66 Mon Sep 17 00:00:00 2001 From: Angela Date: Wed, 23 Jul 2025 15:52:23 -0400 Subject: [PATCH 1/3] remove duplicate info from aggregation guide --- source/aggregation.txt | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/source/aggregation.txt b/source/aggregation.txt index 9fefce6b..455e86e2 100644 --- a/source/aggregation.txt +++ b/source/aggregation.txt @@ -204,36 +204,8 @@ an aggregation pipeline that contains one of the following pipeline stages: To learn more about Atlas Search pipeline stages, see :atlas:`Choose the Aggregation Pipeline Stage ` in the Atlas -documentation. - -Create a Pipeline Search Stage -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -You can create the search criteria in your Atlas Search pipeline stage -by using Search operators. - -.. sharedinclude:: dbx/jvm/atlas-search-operator-helpers.rst - - .. replacement:: as-idx-link - - the :ref:`kotlin-sync-atlas-search-index` guide - - .. replacement:: atlas-query-operators-example - - .. io-code-block:: - - .. input:: /includes/aggregation/aggregation.kt - :language: kotlin - :start-after: // start-atlas-searchoperator-helpers - :end-before: // end-atlas-searchoperator-helpers - :dedent: - - .. output:: - :language: console - :visible: false - - Document{{_id=..., genres=[Comedy, Romance], title=Love at First Bite, year=1979}} - Document{{_id=..., genres=[Comedy, Drama], title=Love Affair, year=1994}} +documentation. To view examples of Atlas Search pipeline search stages using the +{+driver-short+}, see the :ref:`kotlin-sync-atlas-search` guide. Additional Information ---------------------- From 3cc96c27fff4c10801e7386f6348f0fc4fec4733 Mon Sep 17 00:00:00 2001 From: Angela Date: Thu, 24 Jul 2025 15:33:01 -0400 Subject: [PATCH 2/3] nr feedback --- source/aggregation.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/aggregation.txt b/source/aggregation.txt index 455e86e2..22b2a99b 100644 --- a/source/aggregation.txt +++ b/source/aggregation.txt @@ -202,10 +202,10 @@ an aggregation pipeline that contains one of the following pipeline stages: - ``$search`` - ``$searchMeta`` -To learn more about Atlas Search pipeline stages, see :atlas:`Choose the -Aggregation Pipeline Stage ` in the Atlas -documentation. To view examples of Atlas Search pipeline search stages using the -{+driver-short+}, see the :ref:`kotlin-sync-atlas-search` guide. +To learn more about Atlas Search pipeline stages, see :atlas:`Choose the Aggregation +Pipeline Stage ` in the Atlas documentation. To view +examples that use the {+driver-short+} to create Atlas Search pipeline search stages, see +the :ref:`kotlin-sync-atlas-search` guide. Additional Information ---------------------- From 790bfbae613cd187de4d1364d44385ecc11b8f84 Mon Sep 17 00:00:00 2001 From: Angela Date: Thu, 24 Jul 2025 15:36:39 -0400 Subject: [PATCH 3/3] remove extra space --- source/aggregation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/aggregation.txt b/source/aggregation.txt index 22b2a99b..360b8589 100644 --- a/source/aggregation.txt +++ b/source/aggregation.txt @@ -203,7 +203,7 @@ an aggregation pipeline that contains one of the following pipeline stages: - ``$searchMeta`` To learn more about Atlas Search pipeline stages, see :atlas:`Choose the Aggregation -Pipeline Stage ` in the Atlas documentation. To view +Pipeline Stage ` in the Atlas documentation. To view examples that use the {+driver-short+} to create Atlas Search pipeline search stages, see the :ref:`kotlin-sync-atlas-search` guide.