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

Merge pull request #347

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