Query builder for new lookup stage

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Major - P3
    • 3.7.0
    • Affects Version/s: None
    • Component/s: Builders
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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

            Assignee:
            Jeffrey Yemin
            Reporter:
            Farès Hassak
            None
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: