File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
source/reference/operator/aggregation Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ $graphLookup (aggregation)
1010 :depth: 1
1111 :class: singlecol
1212
13- .. versionchanged:: 3.4
14-
1513Definition
1614----------
1715
1816.. pipeline:: $graphLookup
1917
18+ .. versionchanged:: 5.1
19+
2020 Performs a recursive search on a collection, with options for
2121 restricting the search by recursion depth and query filter.
2222
Original file line number Diff line number Diff line change @@ -15,15 +15,18 @@ Definition
1515
1616.. pipeline:: $lookup
1717
18- .. versionchanged:: 5.0
18+ .. versionchanged:: 5.1
1919
20- Performs a left outer join to an unsharded collection in the *same*
20+ Performs a left outer join to a collection in the *same*
2121 database to filter in documents from the "joined" collection for
2222 processing. To each input document, the :pipeline:`$lookup` stage
2323 adds a new array field whose elements are the matching documents
2424 from the "joined" collection. The :pipeline:`$lookup` stage passes
2525 these reshaped documents to the next stage.
2626
27+ Starting in MongoDB 5.1, :pipeline:`$lookup` works across sharded
28+ collections.
29+
2730Syntax
2831------
2932
You can’t perform that action at this time.
0 commit comments