Description
Hello,
I want to implement a query builder for new lookup stage in 3.6.
{
|
$lookup:
|
{
|
from: <collection to join>,
|
let: { <var_1>: <expression>, …, <var_n>: <expression> },
|
pipeline: [ <pipeline to execute on the collection to join> ],
|
as: <output array field>
|
}
|
}
|
Farès
Attachments
Issue Links
- is duplicated by
-
JAVA-2712 Add support for new lookup with pipeline parameter
-
- Closed
-