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
{{ message }}
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.
In the aggregation builder this stage can't be built since the Match class only offers accumulators (sum, avg, etc.). This was done to make it clear to the user that using any available aggregation operator is not possible. Thus, a workaround using a $project stage has to be built:
Let's take the following aggregation pipeline:
In the aggregation builder this stage can't be built since the
Match
class only offers accumulators (sum
,avg
, etc.). This was done to make it clear to the user that using any available aggregation operator is not possible. Thus, a workaround using a$project
stage has to be built:It would be better if I were able to do this:
The text was updated successfully, but these errors were encountered: