Skip to content

Commit 165fb80

Browse files
ianf-mongodbjeff-allen-mongo
authored andcommitted
Docs 14980 remove unsharded from lookup (#127)
* remove unshard verbiage from lookup page * * * Add blurb to lookup.txt * moved starting in mongo5.1 to bottom
1 parent 4ee7ec1 commit 165fb80

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

source/reference/operator/aggregation/graphLookup.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ $graphLookup (aggregation)
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. versionchanged:: 3.4
14-
1513
Definition
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

source/reference/operator/aggregation/lookup.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
2730
Syntax
2831
------
2932

0 commit comments

Comments
 (0)