We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a60d4 commit 57ad893Copy full SHA for 57ad893
source/reference/command/find.txt
@@ -74,6 +74,11 @@ The :dbcommand:`find` command has the following syntax:
74
}
75
)
76
77
+.. note:: <oplogReplay flag is deprecated>
78
+ Since MongoDB 4.4, the :dbcommand:`find` command ignores the
79
+ ``oplogReplay`` flag. However, if the ``oplogReplay`` flag is set,
80
+ the server accepts it for backwards compatibility, but has no effect.
81
+
82
.. _find-cmd-fields:
83
84
Command Fields
@@ -421,7 +426,6 @@ When using :ref:`Stable API <stable-api>` V1, the following
421
426
- ``max``
422
427
- ``min``
423
428
- ``noCursorTimeout``
424
-- ``oplogReplay``
425
429
- ``returnKey``
430
- ``showRecordId``
431
- ``tailable``
0 commit comments