From 7ac7e0c822924a5c7c9d29b83465e9e9b9b45a3c Mon Sep 17 00:00:00 2001 From: Enrique Sanchez Date: Thu, 8 May 2025 16:48:02 -0600 Subject: [PATCH 1/3] DOCSP-43405-msg-oplogReplay-find-command --- source/reference/command/find.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/reference/command/find.txt b/source/reference/command/find.txt index d551d3aea88..9548fe4c3e3 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 :dbcommand:`find` command ignores the + ``oplogReplay`` flag. However, 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`` From 809b156c72c202f742fd05f07f1962cb3343db80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20S=C3=A1nchez?= Date: Fri, 9 May 2025 12:09:01 -0600 Subject: [PATCH 2/3] Update source/reference/command/find.txt Removed a word for simplicity Co-authored-by: Jeff Allen --- source/reference/command/find.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/command/find.txt b/source/reference/command/find.txt index 9548fe4c3e3..f58ff8ffa88 100644 --- a/source/reference/command/find.txt +++ b/source/reference/command/find.txt @@ -76,7 +76,7 @@ The :dbcommand:`find` command has the following syntax: .. note:: Since MongoDB 4.4, the :dbcommand:`find` command ignores the - ``oplogReplay`` flag. However, if the ``oplogReplay`` flag is set, + ``oplogReplay`` flag. If the ``oplogReplay`` flag is set, the server accepts it for backwards compatibility, but has no effect. .. _find-cmd-fields: From c5afa612439c19d6399cf2ab24c70d4e9d2e3cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20S=C3=A1nchez?= Date: Fri, 9 May 2025 12:09:29 -0600 Subject: [PATCH 3/3] Update source/reference/command/find.txt Removed redundant reference. Co-authored-by: Jeff Allen --- source/reference/command/find.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/command/find.txt b/source/reference/command/find.txt index f58ff8ffa88..be55bba6051 100644 --- a/source/reference/command/find.txt +++ b/source/reference/command/find.txt @@ -75,7 +75,7 @@ The :dbcommand:`find` command has the following syntax: ) .. note:: - Since MongoDB 4.4, the :dbcommand:`find` command ignores the + 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.