File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,9 @@ arg_name: option
137
137
name : modifiers
138
138
type : array|object
139
139
description : |
140
- Meta- operators that modify the output or behavior of a query. :manual:`Cursor
141
- Methods </reference/method/js-cursor`> describes the query modification
142
- methods available in MongoDB .
140
+ :manual:` Meta operators </reference/operator/query-modifier>` that modify the
141
+ output or behavior of a query. Use of these operators is deprecated in favor
142
+ of named options .
143
143
interface : phpmethod
144
144
operation : ~
145
145
optional : true
Original file line number Diff line number Diff line change @@ -76,8 +76,9 @@ class Find implements Executable
76
76
* run. If "$maxTimeMS" also exists in the modifiers document, this
77
77
* option will take precedence.
78
78
*
79
- * * modifiers (document): Meta-operators modifying the output or behavior
80
- * of a query.
79
+ * * modifiers (document): Meta operators that modify the output or
80
+ * behavior of a query. Use of these operators is deprecated in favor of
81
+ * named options.
81
82
*
82
83
* * noCursorTimeout (boolean): The server normally times out idle cursors
83
84
* after an inactivity period (10 minutes) to prevent excess memory use.
You can’t perform that action at this time.
0 commit comments