Skip to content

Commit a66f7d2

Browse files
minor improvements for text search (#2403)
1 parent 3a3802e commit a66f7d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/includes/fact-text-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To run text search queries on on-premises deployments, you must have a
1+
To run text search queries on self-managed deployments, you must have a
22
:ref:`text index <index-feature-text>` on your collection. MongoDB
33
provides text indexes to support text search queries on string content.
44
Text indexes can include any field whose value is a string or an array

source/text-search.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ string content. To perform text search, MongoDB uses a :ref:`text index
4949

5050
To learn more about text search for self-managed deployments, see:
5151

52-
- :ref:`Text Indexes <text-search-on-premises>`
53-
- :ref:`Text Search Operators <text-search-operators-on-premises>`
52+
- :ref:`text-search-on-premises`
53+
- :ref:`text-search-operators-on-premises`
5454

5555
MongoDB also supports text search for various languages. For a list of
5656
supported languages, see :ref:`text-search-languages`.

0 commit comments

Comments
 (0)