doctrine / mongodb

PHP MongoDB Abstraction Layer
https://www.doctrine-project.org/projects/mongodb.html
MIT License
442 stars 190 forks source link

[AggregationBuilder] : Add $unwind 2nd and 3rd optional parameters #303

Closed Alsatian67 closed 7 years ago

Alsatian67 commented 7 years ago

$unwind has 3 parameters : https://docs.mongodb.com/v3.2/reference/operator/aggregation/unwind/

It would be nice to be able to pass them in the AggregationBuilder->unwind() method.

Alsatian67 commented 7 years ago

Forget it, I just found id :-1: