diff --git a/source/reference/command/find.txt b/source/reference/command/find.txt index d551d3aea8..be55bba605 100644 --- a/source/reference/command/find.txt +++ b/source/reference/command/find.txt @@ -74,6 +74,11 @@ The :dbcommand:`find` command has the following syntax: } ) +.. note:: + Since MongoDB 4.4, the ``find`` command ignores the + ``oplogReplay`` flag. If the ``oplogReplay`` flag is set, + the server accepts it for backwards compatibility, but has no effect. + .. _find-cmd-fields: Command Fields @@ -421,7 +426,6 @@ When using :ref:`Stable API ` V1, the following - ``max`` - ``min`` - ``noCursorTimeout`` -- ``oplogReplay`` - ``returnKey`` - ``showRecordId`` - ``tailable``