Closed
Description
Christoph Strobl opened DATAMONGO-1845 and commented
Allow usage of Aggregation expressions in filter queries using $expr
.
db.monthlyBudget.find( { $expr: { $gt: [ "$spent" , "$budget" ] } } )
Reference URL: https://docs.mongodb.com/manual/reference/operator/query/expr/
3 votes, 3 watchers