mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-05 18:36:41 +00:00
fix(mongodb): remove ambiguity on $graphLookup
connections
This commit is contained in:
parent
964a1f4769
commit
1cc08777d9
1 changed files with 1 additions and 1 deletions
|
@ -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([
|
||||
|
|
Loading…
Add table
Reference in a new issue