Skip to content

Commit f2c2451

Browse files
Add hint how to use $search aggregation operator to reference documentation.
Closes: #4183
1 parent 5b8d0d0 commit f2c2451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/aggregation-framework.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Note that the aggregation operations not listed here are currently not supported
128128

129129
[TIP]
130130
====
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`.
132132
`Aggregation.stage` is a shortcut for registering a pipeline stage by providing its JSON or `Bson` representation.
133133
134134
[source,java]

0 commit comments

Comments
 (0)