You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this ticket has been implemented, it is possible to use complex expressions in the aggregation request projections and group method parameters.
For example, there are min(), max(), first() aggregation methods that accept AggregationExpression in the GroupOperation class.
But there is no sum() aggregation method version that accepts AggregationExpression parameter.
Thus, it is not possible to express following MongoDB queries using Spring Data fluent API:
Sergey Shcherbakov opened DATAMONGO-1784 and commented
After this ticket has been implemented, it is possible to use complex expressions in the aggregation request projections and group method parameters.
For example, there are min(), max(), first() aggregation methods that accept
AggregationExpression
in the GroupOperation class.But there is no sum() aggregation method version that accepts
AggregationExpression
parameter.Thus, it is not possible to express following MongoDB queries using Spring Data fluent API:
Affects: 1.10.8 (Ingalls SR8), 2.0 GA (Kay)
Referenced from: pull request #501
Backported to: 1.10.8 (Ingalls SR8)
The text was updated successfully, but these errors were encountered: