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 6207fbb commit 4493403Copy full SHA for 4493403
source/includes/fact-single-modification-in-sharded-collections.rst
@@ -1,4 +1,6 @@
1
-All |single-modification-operation-names| operations for a sharded collection
2
-must include the :term:`shard key` *or* the ``_id`` field in the query
3
-specification. |single-modification-operation-names| operations without the
4
-:term:`shard key` *or* the ``_id`` field return an error.
+All |single-modification-operation-names| operations for a sharded
+collection that specify the ``justOne`` option must include the
+:term:`shard key` *or* the ``_id`` field in the query specification.
+|single-modification-operation-names| operations specifying ``justOne``
5
+in a sharded collection which do not contain either the
6
+:term:`shard key` or the ``_id`` field return an error.
0 commit comments