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
What about adding an exprOperator method to Criteria that accepts an AggregationExpression and behave like orOperator and andOperator ? It allows to reuse all the aggregation operators already defined in spring-data-mongodb.
Christoph Strobl opened DATAMONGO-1845 and commented
Allow usage of Aggregation expressions in filter queries using
$expr
.Reference URL: https://docs.mongodb.com/manual/reference/operator/query/expr/
3 votes, 3 watchers
The text was updated successfully, but these errors were encountered: