fix(mongodb): remove ambiguity on $graphLookup connections

This commit is contained in:
Marcello 2023-08-05 10:54:34 +02:00
parent 964a1f4769
commit 1cc08777d9

View file

@ -722,7 +722,7 @@ db.<collection>.aggregate([
Performs a recursive search on a collection, with options for restricting the search by recursion depth and query filter.
The connection between documents follows `<from-collection>.<connectFromField>` => `<aggregated-collection>.<connectToField>`. The collection on which the aggregation is performed and the `from` collection can be the same (in-collection search) or different (cross-collection search)
The collection on which the aggregation is performed and the `from` collection can be the same (in-collection search) or different (cross-collection search)
```sh
db.<collection>.aggregate([