Basically the question is simple:
How can I issue a query on a collection, which starts with _?
For example if I have 2 collections test
and _test
, and I am trying db.test.findOne()
and db._test.findOne()
in mongoshell
the first one is working as intended, whereas the second tells me TypeError: db._testhas no properties (shell):1