We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986d986 commit 33a0833Copy full SHA for 33a0833
source/tutorials/ruby-driver-text-search.txt
@@ -15,6 +15,13 @@ to support text search queries on string content. Text indexes
15
can include any field whose value is a string or an array of
16
string elements.
17
18
+.. note::
19
+
20
+ MongoDB Atlas also provides
21
+ `Atlas Search <https://docs.atlas.mongodb.com/atlas-search/>`_
22
+ which is a more powerful and flexible text search solution.
23
+ The rest of this page discusses text indexes and not Atlas Search.
24
25
To perform a text search with the Ruby driver, first create a text
26
index with ``indexes.create_one()``. The following command creates a
27
text index on the ``name`` field of the ``restaurants`` collection in
0 commit comments