0
viswajwalith created
- ABP Framework version: v4.3.X
- UI type: MVC
- DB provider: MongoDB
- Tiered (MVC) or Identity Server Separated (Angular): yes (Microservice Template)
Hi We would like to get the Data from MongoDB by grouping the same. It seems ur MongoDB repository is not having a support for Aggregation/Pipeline/UnWind usage (correct us if we are worng)
For Example: We would like
- fetch the data by Priority (GUID) along with Filers
- fetch the data by Tags List<GUID> along with Filers
Let me know if you need any info.
4 Answer(s)
-
0
we'll test and get back to you
-
0
we'll test and get back to you
Sure will be waiting for ur response.
-
1
Hi,
We have
GetAggregateAsync
method, you can use it: https://github.com/abpframework/abp/blob/d92cc3d289cea1bc6e914621dae268c552693357/framework/src/Volo.Abp.MongoDB/Volo/Abp/Domain/Repositories/MongoDbCoreRepositoryExtensions.cs#L52 -
0
This question has been automatically marked as stale because it has not had recent activity.