From 59d7caa35593ff35c895c5bc508fd5350e077d8c Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Mon, 10 Mar 2025 09:41:43 -0400 Subject: [PATCH 1/3] DOCSP-48206: Comment page 404 --- source/read/retrieve.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/read/retrieve.txt b/source/read/retrieve.txt index 9aa955a1..39968033 100644 --- a/source/read/retrieve.txt +++ b/source/read/retrieve.txt @@ -147,7 +147,8 @@ named arguments to them. The following table describes the commonly used argumen * - ``comment`` - | A string to attach to the query. This can help you trace and interpret the operation in the server logs and in profile data. To learn more about query comments, - see the :manual:`$comment ` page. + see the :manual:`cursor.comment ` page in the + {+mdb-server+} manual. * - ``hint`` - | The index to use for the query. From c70dd1d4af3a443ce37090dd305ef128ff5ee2da Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Mon, 10 Mar 2025 09:45:46 -0400 Subject: [PATCH 2/3] Fix --- source/read/retrieve.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/read/retrieve.txt b/source/read/retrieve.txt index 39968033..ac77718f 100644 --- a/source/read/retrieve.txt +++ b/source/read/retrieve.txt @@ -147,7 +147,7 @@ named arguments to them. The following table describes the commonly used argumen * - ``comment`` - | A string to attach to the query. This can help you trace and interpret the operation in the server logs and in profile data. To learn more about query comments, - see the :manual:`cursor.comment ` page in the + see the :manual:`cursor.comment() ` page in the {+mdb-server+} manual. * - ``hint`` From 06b033a81522bddb279869e46f414e5dedeca20a Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Mon, 10 Mar 2025 09:46:11 -0400 Subject: [PATCH 3/3] Fix --- source/read/retrieve.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/read/retrieve.txt b/source/read/retrieve.txt index ac77718f..392e6ae3 100644 --- a/source/read/retrieve.txt +++ b/source/read/retrieve.txt @@ -141,8 +141,8 @@ named arguments to them. The following table describes the commonly used argumen - | Limits the number of documents to hold in a cursor at a given time. * - ``collation`` - - | The collation options for the find operation. See :ref:`pymongo-retrieve-collation` - for more Information. + - | The collation options for the find operation. See the :ref:`pymongo-retrieve-collation` + guide for more information. * - ``comment`` - | A string to attach to the query. This can help you trace and interpret the