Closed
Description
Christoph Strobl opened DATAMONGO-1326 and commented
Performs a left outer join to another collection in the same database.
{
$lookup:
{
from: <collection to join>,
localField: <field from the input documents>,
foreignField: <field from the documents of the "from" collection>,
as: <output array field>
}
}
Reference URL: https://docs.mongodb.org/master/reference/operator/aggregation/lookup/
Referenced from: pull request #344
1 votes, 2 watchers