Skip to content

Commit 60f933e

Browse files
minor improvements for text search (#2407)
1 parent 2315d78 commit 60f933e

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

source/includes/fact-text-index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
MongoDB provides :ref:`text indexes <index-feature-text>` to support
2-
text search queries on string content. ``text`` indexes can include any
3-
field whose value is a string or an array of string elements.
1+
To run text search queries on self-managed deployments, you must have a
2+
:ref:`text index <index-feature-text>` on your collection. MongoDB
3+
provides text indexes to support text search queries on string content.
4+
Text indexes can include any field whose value is a string or an array
5+
of string elements. A collection can only have **one** text search
6+
index, but that index can cover multiple fields.

source/text-search.txt

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

4848
To learn more about text search for self-managed deployments, see:
4949

50-
- :doc:`Text Indexes </core/link-text-indexes/>`
51-
- :doc:`Text Search Operators </core/text-search-operators/>`
50+
- :ref:`text-search-on-premises`
51+
- :ref:`text-search-operators-on-premises`
5252

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

0 commit comments

Comments
 (0)