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
ee833334
Commit
ee833334
authored
Jan 30, 2020
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Common docs for hint option
parent
1ba76bfb
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
25 deletions
+20
-25
apiargs-MongoDBCollection-method-aggregate-option.yaml
...es/apiargs-MongoDBCollection-method-aggregate-option.yaml
+1
-1
apiargs-MongoDBCollection-method-find-option.yaml
...ncludes/apiargs-MongoDBCollection-method-find-option.yaml
+4
-11
apiargs-MongoDBCollection-method-findOne-option.yaml
...udes/apiargs-MongoDBCollection-method-findOne-option.yaml
+3
-1
apiargs-MongoDBDatabase-method-aggregate-option.yaml
...udes/apiargs-MongoDBDatabase-method-aggregate-option.yaml
+1
-1
apiargs-aggregate-option.yaml
docs/includes/apiargs-aggregate-option.yaml
+0
-11
apiargs-common-option.yaml
docs/includes/apiargs-common-option.yaml
+11
-0
No files found.
docs/includes/apiargs-MongoDBCollection-method-aggregate-option.yaml
View file @
ee833334
...
...
@@ -23,7 +23,7 @@ post: |
.. versionadded:: 1.4
---
source
:
file
:
apiargs-
aggregate
-option.yaml
file
:
apiargs-
common
-option.yaml
ref
:
hint
post
:
|
.. versionadded:: 1.3
...
...
docs/includes/apiargs-MongoDBCollection-method-find-option.yaml
View file @
ee833334
...
...
@@ -87,18 +87,11 @@ interface: phpmethod
operation
:
~
optional
:
true
---
arg_name
:
option
name
:
hint
type
:
string|array|object
description
:
|
The index to use. Specify either the index name as a string or the index key
pattern as a document. If specified, then the query system will only consider
plans using the hinted index.
source
:
file
:
apiargs-common-option.yaml
ref
:
hint
post
:
|
.. versionadded:: 1.2
interface
:
phpmethod
operation
:
~
optional
:
true
---
arg_name
:
option
name
:
maxAwaitTimeMS
...
...
docs/includes/apiargs-MongoDBCollection-method-findOne-option.yaml
View file @
ee833334
...
...
@@ -19,8 +19,10 @@ source:
ref
:
comment
---
source
:
file
:
apiargs-
MongoDBCollection-method-find
-option.yaml
file
:
apiargs-
common
-option.yaml
ref
:
hint
post
:
|
.. versionadded:: 1.2
---
source
:
file
:
apiargs-common-option.yaml
...
...
docs/includes/apiargs-MongoDBDatabase-method-aggregate-option.yaml
View file @
ee833334
...
...
@@ -19,7 +19,7 @@ source:
ref
:
explain
---
source
:
file
:
apiargs-
aggregate
-option.yaml
file
:
apiargs-
common
-option.yaml
ref
:
hint
---
source
:
...
...
docs/includes/apiargs-aggregate-option.yaml
View file @
ee833334
...
...
@@ -49,15 +49,4 @@ description: |
interface
:
phpmethod
operation
:
~
optional
:
true
---
arg_name
:
option
name
:
hint
type
:
string|array|object
description
:
|
The index to use. Specify either the index name as a string or the index key
pattern as a document. If specified, then the query system will only consider
plans using the hinted index.
interface
:
phpmethod
operation
:
~
optional
:
true
...
docs/includes/apiargs-common-option.yaml
View file @
ee833334
...
...
@@ -16,6 +16,17 @@ operation: ~
optional
:
true
---
arg_name
:
option
name
:
hint
type
:
string|array|object
description
:
|
The index to use. Specify either the index name as a string or the index key
pattern as a document. If specified, then the query system will only consider
plans using the hinted index.
interface
:
phpmethod
operation
:
~
optional
:
true
---
arg_name
:
option
name
:
maxTimeMS
type
:
integer
description
:
|
...
...
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