From 70c6c127aac5205e009ff31cbc21b49c710642bd Mon Sep 17 00:00:00 2001 From: Jasper Wong <111284156+3willows@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:02:25 +0800 Subject: [PATCH] Update limits.txt See detailed statement of the issue [here](https://3willows.github.io/2024-06-10-db.hello.find/). --- source/reference/limits.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/reference/limits.txt b/source/reference/limits.txt index a637231cbd2..4085495c292 100644 --- a/source/reference/limits.txt +++ b/source/reference/limits.txt @@ -516,6 +516,8 @@ Naming Restrictions - begin with the ``system.`` prefix. (Reserved for internal use.) + - be the name of a method on db, e.g. "hello". + If your collection name includes special characters, such as the underscore character, or begins with numbers, then to access the collection use the :method:`db.getCollection()` method in