Skip to content

Add note about collections beginning with numbers #2811

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/reference/limits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ Naming Restrictions
- begin with the ``system.`` prefix. (Reserved for internal use.)

If your collection name includes special characters, such as the
underscore character, then to access the collection use the
:method:`db.getCollection()` method in the :program:`mongo` shell or
a :api:`similar method for your driver <>`.
underscore character, or begins with numbers, then to access the
collection use the :method:`db.getCollection()` method in the
:program:`mongo` shell or a :api:`similar method for your driver <>`.

.. include:: /includes/fact-collection-namespace-limit.rst

Expand Down