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
If you try to do a $min aggregation on a string field in a collection you receive Infinity instead of the actual result. I still haven't tried, but I think that $max would work the same way. The issue is that _.min returns Ifinity when using strings.
The text was updated successfully, but these errors were encountered:
I have been working on refactoring the aggregation framework into a library of its own. This will make the core of mingo a bit smaller and provide the extra features on demand. Nonetheless I will get some tests going for these issues soon
If you try to do a
$min
aggregation on a string field in a collection you receiveInfinity
instead of the actual result. I still haven't tried, but I think that$max
would work the same way. The issue is that_.min
returnsIfinity
when using strings.The text was updated successfully, but these errors were encountered: