Skip to content

Commit 6f9e684

Browse files
ianf-mongodbjeff-allen-mongo
authored andcommitted
DOCS-14228 Clarified updateExisting functionality
1 parent 62c7c18 commit 6f9e684

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/reference/command/findAndModify.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,11 @@ The ``lastErrorObject`` embedded document contains the following fields:
279279

280280
- boolean
281281

282-
- Contains ``true`` if an ``update`` operation modified an existing document.
282+
- Contains ``true`` if an ``update`` operation:
283+
284+
- Modified an existing document.
285+
- Found the document, but it was already in the
286+
desired destination state so no update actually occurred.
283287

284288

285289

0 commit comments

Comments
 (0)