mongo-dart / mongo_dart

Mongo_dart: MongoDB driver for Dart programming language
https://pub.dev/packages/mongo_dart
MIT License
446 stars 98 forks source link

Union With #281

Closed Saulmarti closed 2 years ago

Saulmarti commented 2 years ago

I can't find that have an AggregationStage, is there any way to make a UnionWith with this package?

giorgiofran commented 2 years ago

Sorry, I didn't get the question. Colud you please make an example?

Saulmarti commented 2 years ago

Sorry, I mean if there is a way to add a stage in AggregationPipelineBuilder for the UnionWith function. https://www.mongodb.com/docs/manual/reference/operator/aggregation/unionWith/

giorgiofran commented 2 years ago

I will, but I cannot do it soon.

giorgiofran commented 2 years ago

Please, see 0.8.0-1.0.beta version. Examples are in example/manual/aggregate.

giorgiofran commented 2 years ago

I close this issue.