Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-4491

Change field name restrictions for dots (.) to be consistent with 2.8 tools behavior

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • v1.3.15, mongodb-3.0
    • Affects Version/s: None
    • Component/s: manual
    • Labels:
      None

      http://docs.mongodb.org/v2.6/core/document/#field-names states that field names cannot contain dots; this is no longer true (dots refer to subdocuments). The new behavior is that field names:

      a) cannot contain consecutive dots e.g. a..b
      b) cannot contain leading dots e.g. .a
      c) cannot contain trailing dots e.g. b.

      not necessarily in that order of importance.

            Assignee:
            allison.moore@mongodb.com Allison Reinheimer Moore
            Reporter:
            michael.paik Michael Paik
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              9 years, 21 weeks, 1 day ago