diff --git a/source/release-notes/2.4.txt b/source/release-notes/2.4.txt index 2a3ae7d04f7..810d0c49bad 100644 --- a/source/release-notes/2.4.txt +++ b/source/release-notes/2.4.txt @@ -73,9 +73,9 @@ support boolean text search queries: - Indexes and queries drop stop words (i.e. "the," "an," "a," "and," etc.) - - MongoDB stores words stemmed during insertion in the index, using - simple suffix stemming, including support for a number of - languages. MongoDB automatically stems :dbcommand:`text` queries at + - MongoDB stores words stemmed during insertion in the index using + simple suffix stemming, and includes support for a number of + languages. MongoDB automatically stems :dbcommand:`text` queries before beginning the query. However, ``text`` indexes have large storage requirements and incur