-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Collection
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
3
-
Not Needed
Problem Description
Cannot access collection that start with underscore "_"
Steps to Reproduce
Try to fetch collection "_coll"
db._coll.find()
Expected Results
List of documents
Actual Results
TypeError: Cannot read property 'find' of undefined
Additional notes
db.getCollection("_coll").find() works