Skip to content

Commit d13b106

Browse files
authored
wip
1 parent 29befdb commit d13b106

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

source/aggregation.txt

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -194,20 +194,21 @@ and adds the ``$explain`` stage to output the operation details:
194194
Atlas Search
195195
------------
196196

197-
You can perform an :atlas:`Atlas Search </atlas-search>` query by creating an aggregation pipeline
198-
that contains one of the following pipeline stages:
197+
You can perform an :atlas:`Atlas Search </atlas-search>` query by creating and running
198+
an aggregation pipeline that contains one of the following pipeline stages:
199199

200200
- ``$search``
201201
- ``$searchMeta``
202202

203-
For more information about Atlas pipeline stages, see the :atlas:`Choose the
204-
Aggregation Pipeline Stage </atlas-search/query-syntax/>` page in the Atlas
203+
To learn more about Atlas Search pipeline stages, see :atlas:`Choose the
204+
Aggregation Pipeline Stage </atlas-search/query-syntax/>` in the Atlas
205205
documentation.
206206

207207
Create a Pipeline Search Stage
208208
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
209209

210-
You can build a Atlas Search pipeline stage using search operators.
210+
You can create the search criteria in your Atlas Search pipeline stage
211+
by using Search operators.
211212

212213
.. sharedinclude:: dbx/jvm/atlas-search-operator-helpers.rst
213214

@@ -228,10 +229,6 @@ You can build a Atlas Search pipeline stage using search operators.
228229
Document{{_id=573a1397f29313caabce86db, genres=[Drama, Sport], cast=[Sylvester Stallone, Talia Shire, Burt Young, Carl Weathers], title=Rocky III, year=1982}}
229230
Document{{_id=573a1398f29313caabce9af0, genres=[Drama, Sport], cast=[Sylvester Stallone, Talia Shire, Burt Young, Carl Weathers], title=Rocky IV, year=1985}}
230231

231-
.. replacement:: searchoperator-interface-api-docs
232-
233-
the `SearchOperator Interface API documentation <{+core-api+}/client/model/search/SearchOperator.html>`__
234-
235232
Additional Information
236233
----------------------
237234

@@ -261,4 +258,4 @@ For more information about executing aggregation operations with the {+driver-sh
261258
see the following API documentation:
262259

263260
- `aggregate() <{+driver-api+}/-mongo-collection/aggregate.html>`__
264-
- `AggregateIterable <{+driver-api+}/-aggregate-iterable/index.html>`__
261+
- `AggregateIterable <{+driver-api+}/-aggregate-iterable/index.html>`__

0 commit comments

Comments
 (0)