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
Basic aggregate expressions are now allowed in queries with $expr paralleling MongoDB. Currently only a few of myriad expressions are implemented here, including $sum, $min, $max and a non-standard extension $same
Basic aggregate expressions are now allowed in queries with
$expr
paralleling MongoDB. Currently only a few of myriad expressions are implemented here, including$sum
,$min
,$max
and a non-standard extension$same
The text was updated successfully, but these errors were encountered: