Skip to content

DOCS-14980 updated lookup documentation #6183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/database-references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ or databases.
.. important::

MongoDB 3.2 introduces :pipeline:`$lookup` pipeline stage to perform
a left outer join to an unsharded collection in the same database.
a left outer join to a collection in the same database.
For more information and examples, see :pipeline:`$lookup`.

Starting in MongoDB 3.4, you can also use :pipeline:`$graphLookup`
Expand Down
4 changes: 2 additions & 2 deletions source/reference/operator/aggregation/lookup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Definition

.. pipeline:: $lookup

.. versionchanged:: 5.0
.. versionchanged:: 5.1

Performs a left outer join to an unsharded collection in the *same*
Performs a left outer join to a collection in the *same*
database to filter in documents from the "joined" collection for
processing. To each input document, the :pipeline:`$lookup` stage
adds a new array field whose elements are the matching documents
Expand Down