File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1734,6 +1734,18 @@ The following code illustrates retrieving the statistics:
1734
1734
Text Search
1735
1735
===========
1736
1736
1737
+ MongoDB provides :manual:`text indexes </core/index-text/>`
1738
+ to support text search queries on string content. Text indexes
1739
+ can include any field whose value is a string or an array of
1740
+ string elements.
1741
+
1742
+ .. note::
1743
+
1744
+ MongoDB Atlas also provides
1745
+ `Atlas Search <https://docs.atlas.mongodb.com/atlas-search/>`_
1746
+ which is a more powerful and flexible text search solution.
1747
+ The rest of this section discusses text indexes and not Atlas Search.
1748
+
1737
1749
To perform text search with Mongoid, follow these steps:
1738
1750
1739
1751
1. Define a text index on a model.
You can’t perform that action at this time.
0 commit comments