Skip to content

Commit b093442

Browse files
kanchana-mongodbjeff-allen-mongo
authored andcommitted
DOCSP-19181 highlight atlas search filter in compound for match (#164)
* DOCSP-19181 highlight atlas search filter in compound for match * DOCSP-19181 updates for copy review feedback * DOCSP-19181 2nd round of updates for copy review feedback * DOCSP-19181 updates for performance implications
1 parent b1232e1 commit b093442

File tree

1 file changed

+21
-3
lines changed
  • source/reference/operator/aggregation

1 file changed

+21
-3
lines changed

source/reference/operator/aggregation/match.txt

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,25 @@ aggregation returns the following:
141141

142142
{ "_id" : null, "count" : 5 }
143143

144-
.. seealso::
144+
Additional Information
145+
----------------------
145146

146-
- :doc:`/tutorial/aggregation-zip-code-data-set`
147-
- :doc:`/tutorial/aggregation-with-user-preference-data`
147+
Refer to the following pages for more information and use cases on
148+
aggregation.
149+
150+
Filter Data on Atlas Using Atlas Search
151+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152+
153+
For your :pipeline:`$search` queries against data on your :atlas:`Atlas
154+
</>` cluster, you can use the :atlas:`Atlas Search </atlas-search>`
155+
:ref:`compound-ref` operator ``filter`` option to match or filter
156+
documents. Running :pipeline:`$match` after :pipeline:`$search` is less
157+
performant than running :pipeline:`$search` with the
158+
:ref:`compound-ref` operator ``filter`` option. To learn more about the
159+
``filter`` option, see :ref:`compound-ref`.
160+
161+
Aggregation Tutorials
162+
~~~~~~~~~~~~~~~~~~~~~
163+
164+
- :doc:`/tutorial/aggregation-zip-code-data-set`
165+
- :doc:`/tutorial/aggregation-with-user-preference-data`

0 commit comments

Comments
 (0)