From 7de0b67c510bfea44e10aaffea799c91ffffbd41 Mon Sep 17 00:00:00 2001 From: ian fogelman Date: Mon, 18 Oct 2021 15:41:53 -0400 Subject: [PATCH] DOCS-14228 Clarified updateExisting functionality --- source/reference/command/findAndModify.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/reference/command/findAndModify.txt b/source/reference/command/findAndModify.txt index bc3211c29d9..aa35cb0daf4 100644 --- a/source/reference/command/findAndModify.txt +++ b/source/reference/command/findAndModify.txt @@ -344,7 +344,11 @@ The ``lastErrorObject`` embedded document contains the following fields: - boolean - - Contains ``true`` if an ``update`` operation modified an existing document. + - Contains ``true`` if an ``update`` operation: + + - Modified an existing document. + - Found the document, but it was already in the + desired destination state so no update actually occurred.