Skip to content

Commit cf2ec15

Browse files
authored
DOCSP-35871 Atlas support for Query Plan Cache methods (#6116)
* DOCSP-35871 Atlas support for Query Plan Cache methods * Rm whitespace --------- Co-authored-by: pierwill <[email protected]>
1 parent 39ed9bf commit cf2ec15

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

source/reference/method/db.collection.find.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,15 @@ Definition
3535
Compatibility
3636
-------------
3737

38-
.. |operator-method| replace:: ``db.collection.find()``
38+
.. |command| replace:: method
3939

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
4147

4248
Syntax
4349
------

source/reference/method/db.collection.findAndModify.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,20 @@ Definition
2929
Modifies and returns a single document. By default, the returned
3030
document does not include the modifications made on the update. To
3131
return the document with the modifications made on the update, use
32-
the ``new`` option.
32+
the ``new`` option.
3333

3434
Compatibility
3535
-------------
3636

37-
.. |operator-method| replace:: ``db.collection.findAndModify()``
37+
.. |command| replace:: method
3838

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
4046

4147
Syntax
4248
------

0 commit comments

Comments
 (0)