Skip to content

Commit 6481fad

Browse files
authored
DOCSP-52259-edit-aggregation-page (#123)
* remove duplicate info from aggregation guide * nr feedback * remove extra space
1 parent 0ce6dd9 commit 6481fad

File tree

1 file changed

+4
-32
lines changed

1 file changed

+4
-32
lines changed

source/aggregation.txt

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -202,38 +202,10 @@ an aggregation pipeline that contains one of the following pipeline stages:
202202
- ``$search``
203203
- ``$searchMeta``
204204

205-
To learn more about Atlas Search pipeline stages, see :atlas:`Choose the
206-
Aggregation Pipeline Stage </atlas-search/query-syntax/>` in the Atlas
207-
documentation.
208-
209-
Create a Pipeline Search Stage
210-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
211-
212-
You can create the search criteria in your Atlas Search pipeline stage
213-
by using Search operators.
214-
215-
.. sharedinclude:: dbx/jvm/atlas-search-operator-helpers.rst
216-
217-
.. replacement:: as-idx-link
218-
219-
the :ref:`kotlin-sync-atlas-search-index` guide
220-
221-
.. replacement:: atlas-query-operators-example
222-
223-
.. io-code-block::
224-
225-
.. input:: /includes/aggregation/aggregation.kt
226-
:language: kotlin
227-
:start-after: // start-atlas-searchoperator-helpers
228-
:end-before: // end-atlas-searchoperator-helpers
229-
:dedent:
230-
231-
.. output::
232-
:language: console
233-
:visible: false
234-
235-
Document{{_id=..., genres=[Comedy, Romance], title=Love at First Bite, year=1979}}
236-
Document{{_id=..., genres=[Comedy, Drama], title=Love Affair, year=1994}}
205+
To learn more about Atlas Search pipeline stages, see :atlas:`Choose the Aggregation
206+
Pipeline Stage </atlas-search/query-syntax/>` in the Atlas documentation. To view
207+
examples that use the {+driver-short+} to create Atlas Search pipeline search stages, see
208+
the :ref:`kotlin-sync-atlas-search` guide.
237209

238210
Additional Information
239211
----------------------

0 commit comments

Comments
 (0)