File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,15 @@ Definition
35
35
Compatibility
36
36
-------------
37
37
38
- .. |operator-method | replace:: ``db.collection.find()``
38
+ .. |command | replace:: method
39
39
40
- .. include:: /includes/fact-compatibility.rst
40
+ This method is available in deployments hosted in the following environments:
41
+
42
+ .. include:: /includes/fact-environments-atlas-only.rst
43
+
44
+ .. include:: /includes/fact-environments-atlas-support-limited-free.rst
45
+
46
+ .. include:: /includes/fact-environments-onprem-only.rst
41
47
42
48
Syntax
43
49
------
Original file line number Diff line number Diff line change @@ -29,14 +29,20 @@ Definition
29
29
Modifies and returns a single document. By default, the returned
30
30
document does not include the modifications made on the update. To
31
31
return the document with the modifications made on the update, use
32
- the ``new`` option.
32
+ the ``new`` option.
33
33
34
34
Compatibility
35
35
-------------
36
36
37
- .. |operator-method | replace:: ``db.collection.findAndModify()``
37
+ .. |command | replace:: method
38
38
39
- .. include:: /includes/fact-compatibility.rst
39
+ This method is available in deployments hosted in the following environments:
40
+
41
+ .. include:: /includes/fact-environments-atlas-only.rst
42
+
43
+ .. include:: /includes/fact-environments-atlas-support-all.rst
44
+
45
+ .. include:: /includes/fact-environments-onprem-only.rst
40
46
41
47
Syntax
42
48
------
You can’t perform that action at this time.
0 commit comments