Aggregate pipeline > Multiple lookup stages
michaelpeterlee opened this issue · 2 comments
michaelpeterlee commented
Issue Description
Q. Does the SDK support lookup/left-join 2x related classes?
The SDK implementation refers PHP implicit object notation;
We cannot redeclare 'lookup'.
I tried to pass a 2D object, to no-avail.
Steps to reproduce
$pipeline =
[
'lookup' =>
[
[
'from' =>"_User",
'localField'=> "userObjectId",
'foreignField' => "_id",
'as' => "user"
],
[
'from' =>"Article",
'localField'=> "articleObjectId",
'foreignField' => "_id",
'as' => "article"
],
],
];
Environment Details
Your PHP Version: [ 7.2.24]
Your Parse PHP SDK Version: [1.6]
ParseServer: V3.2.3, NodeJS 10.15.1, MongoDb 3.4
smamun56 commented
any whay to solve this issue ?
dplewis commented
This issue has been fixed in Parse Server 6. Please create a new issue if this persists.