Commit 3473f1a1 authored by Jeremy Mikola's avatar Jeremy Mikola

Merge pull request #347

parents a307dd60 ca392d19
......@@ -137,9 +137,9 @@ arg_name: option
name: modifiers
type: array|object
description: |
Meta-operators that modify the output or behavior of a query. :manual:`Cursor
Methods </reference/method/js-cursor`> describes the query modification
methods available in MongoDB.
:manual:`Meta operators </reference/operator/query-modifier>` that modify the
output or behavior of a query. Use of these operators is deprecated in favor
of named options.
interface: phpmethod
operation: ~
optional: true
......
......@@ -76,8 +76,9 @@ class Find implements Executable
* run. If "$maxTimeMS" also exists in the modifiers document, this
* option will take precedence.
*
* * modifiers (document): Meta-operators modifying the output or behavior
* of a query.
* * modifiers (document): Meta operators that modify the output or
* behavior of a query. Use of these operators is deprecated in favor of
* named options.
*
* * noCursorTimeout (boolean): The server normally times out idle cursors
* after an inactivity period (10 minutes) to prevent excess memory use.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment