`countDocuments` throws an error when matching 0 document.
I would have expected it to follow what `count` does, which is return 0.
With both versions `4.0.3` and `4.1.4` (haven't checked intermediary ones), the error I get from the bellow `steps to reproduce` is:
2018-10-20T16:26:44.252+0100 E QUERY [js] TypeError: res[0] is undefined :
DBCollection.prototype.countDocuments@src/mongo/shell/collection.js:1418:5
@(shell):1:1
- is related to
-
SERVER-40718 Validate parameters for estimatedDocumentCount
- Closed