We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85da599 commit 78386adCopy full SHA for 78386ad
source/read/retrieve-data.txt
@@ -139,7 +139,8 @@ to it. The following table describes commonly used methods:
139
* - ``comment(String comment)``
140
- | Attaches a string to the query. This can help you trace and interpret the
141
operation in the server logs and in profile data. To learn more about query comments,
142
- see the :manual:`$comment </reference/operator/query/comment/>` page.
+ see the :manual:`cursor.comment() </reference/method/cursor.comment/>` page in
143
+ the {+mdb-server+} manual.
144
145
* - ``hint(Bson hint)``
146
- | Gets or sets the index to scan for documents.
0 commit comments