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
I found out that this library does not support all aggregation expressions currently supported in Mongo. Now the question arises is this library maintained still? As I fixed it in this sandbox.
The following expressions are added to the agg object:
EQUAL
NOT_EQUAL
LESS_THAN
LESS_THAN_EQUALS
MORE_THAN
MORE_THAN_EQUALS
The text was updated successfully, but these errors were encountered:
I found out that this library does not support all aggregation expressions currently supported in Mongo. Now the question arises is this library maintained still? As I fixed it in this sandbox.
The following expressions are added to the
agg
object:EQUAL
NOT_EQUAL
LESS_THAN
LESS_THAN_EQUALS
MORE_THAN
MORE_THAN_EQUALS
The text was updated successfully, but these errors were encountered: