We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf660ae commit 8d55907Copy full SHA for 8d55907
source/release-notes/6.0-compatibility.txt
@@ -32,6 +32,15 @@ Aggregation
32
33
.. include:: /includes/fact-allowDiskUseByDefault.rst
34
35
+``$$SEARCH_META`` Limitations
36
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37
+
38
+Starting in MongoDB 6.0, the Atlas Search ``$$SEARCH_META`` aggregation variable
39
+can be used anywhere after a :pipeline:`$search` stage in any pipeline, but it
40
+cannot be used after the :pipeline:`$lookup` or :pipeline:`$unionWith` stage in
41
+any pipeline. The ``$$SEARCH_META`` aggregation variable cannot be used in any
42
+subsequent stage after a :pipeline:`$searchMeta` stage.
43
44
45
Change Streams
46
--------------
0 commit comments