You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/asciidoc/reference/aggregation-framework.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ Note that the aggregation operations not listed here are currently not supported
128
128
129
129
[TIP]
130
130
====
131
-
Unsupported aggregation operations/operators can be provided by implementing either `AggregationOperation` or `AggregationExpression`.
131
+
Unsupported aggregation operations/operators (like https://www.mongodb.com/docs/atlas/atlas-search/query-syntax/[$search] for MongoDB Atlas) can be provided by implementing either `AggregationOperation` or `AggregationExpression`.
132
132
`Aggregation.stage` is a shortcut for registering a pipeline stage by providing its JSON or `Bson` representation.
0 commit comments