Skip to content

Commit aa0e1db

Browse files
DOCSP-50240-case-info-regex (#12272) (#12338)
* DOCSP-50240-case-info-regex * added spell check
1 parent fabf34f commit aa0e1db

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.
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.
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)