Cannot access collections that start with underscore "_"

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Works as Designed
    • Priority: Minor - P4
    • No version
    • 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

              Assignee:
              Unassigned
              Reporter:
              Людмила Корнилова
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: