Add hint how to use $search aggregation operator to reference documentation.

Closes: #4183
This commit is contained in:
Christoph Strobl
2022-10-06 13:52:00 +02:00
parent 5b8d0d08ee
commit f2c2451b7d

View File

@@ -128,7 +128,7 @@ Note that the aggregation operations not listed here are currently not supported
[TIP]
====
Unsupported aggregation operations/operators can be provided by implementing either `AggregationOperation` or `AggregationExpression`.
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`.
`Aggregation.stage` is a shortcut for registering a pipeline stage by providing its JSON or `Bson` representation.
[source,java]