Use aggregate command in executeReadWriteCommand docs

findAndModify does not take a readConcern so it is more suited to executeWriteCommand.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350222 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeremy Mikola 2020-07-27 21:43:41 +00:00
parent 6ec0096178
commit 8da06974bc
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
<para>
This method will apply logic that is specific to commands that read and write
(e.g.
<link xlink:href="&url.mongodb.docs;reference/command/findAndModify/">findAndModify</link>)
<link xlink:href="&url.mongodb.docs;reference/command/aggregate/">aggregate</link>)
and take the MongoDB server version into account. The
<literal>"readConcern"</literal> and <literal>"writeConcern"</literal>
options will default to the corresponding values from the

View file

@ -21,7 +21,7 @@
<para>
This method will apply logic that is specific to commands that read and write
(e.g.
<link xlink:href="&url.mongodb.docs;reference/command/findAndModify/">findAndModify</link>)
<link xlink:href="&url.mongodb.docs;reference/command/aggregate/">aggregate</link>)
and take the MongoDB server version into account. The
<literal>"readConcern"</literal> and <literal>"writeConcern"</literal>
options will default to the corresponding values from the