Skip to content

Commit 8d9844c

Browse files
DOCSP-50240-case-info-regex (#12272)
* DOCSP-50240-case-info-regex * added spell check
1 parent b48839b commit 8d9844c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Case-insensitive indexes typically do not improve performance for
2-
:query:`$regex` queries. The ``$regex`` implementation is not
3-
collation-aware and cannot utilize case-insensitive indexes efficiently.
1+
Case-insensitive indexes do not improve performance for
2+
:query:`$regex` queries, as the ``$regex`` operator is not collation-aware
3+
and therefore cannot take advantage of such indexes.

0 commit comments

Comments
 (0)