Skip to content

Commit 821e249

Browse files
Removed extra 'at'. Made minor syntax change.
Removed 'at'. Removed comma after 'index'. Changed 'including' to 'and includes'. 
1 parent 0b8d4d9 commit 821e249

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/release-notes/2.4.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ support boolean text search queries:
7373
- Indexes and queries drop stop words (i.e. "the," "an," "a," "and,"
7474
etc.)
7575

76-
- MongoDB stores words stemmed during insertion in the index, using
77-
simple suffix stemming, including support for a number of
78-
languages. MongoDB automatically stems :dbcommand:`text` queries at
76+
- MongoDB stores words stemmed during insertion in the index using
77+
simple suffix stemming, and includes support for a number of
78+
languages. MongoDB automatically stems :dbcommand:`text` queries
7979
before beginning the query.
8080

8181
However, ``text`` indexes have large storage requirements and incur

0 commit comments

Comments
 (0)