Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
3473f1a1
Commit
3473f1a1
authored
Mar 16, 2017
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #347
parents
a307dd60
ca392d19
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
apiargs-MongoDBCollection-method-find-option.yaml
...ncludes/apiargs-MongoDBCollection-method-find-option.yaml
+3
-3
Find.php
src/Operation/Find.php
+3
-2
No files found.
docs/includes/apiargs-MongoDBCollection-method-find-option.yaml
View file @
3473f1a1
...
@@ -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
...
...
src/Operation/Find.php
View file @
3473f1a1
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment