Skip to content

Commit 75bddc0

Browse files
committed
DOCSP-5582: Clarify wildcard index behavior w.r.t. sharding
1 parent c9939bb commit 75bddc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/release-notes/4.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ Wildcard Index Limitations
438438
- :query:`{ $ne: { \<object\> } } <$ne>`
439439
- :query:`{ $ne: null } <$ne>` (for queries on field paths that include arrays)
440440

441-
- You cannot shard a collection using a wildcard index.
441+
- You cannot shard a collection using a wildcard index as the shard key.
442442

443443
- For queries that specify multiple fields covered by a wildcard index,
444444
the wildcard index can support at most *one* of the fields in the

0 commit comments

Comments
 (0)