Skip to content

Commit 33a0833

Browse files
p-mongop
andauthored
RUBY-2244 Reference Atlas search in text search documentation (#2028)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 986d986 commit 33a0833

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/tutorials/ruby-driver-text-search.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ to support text search queries on string content. Text indexes
1515
can include any field whose value is a string or an array of
1616
string elements.
1717

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+
1825
To perform a text search with the Ruby driver, first create a text
1926
index with ``indexes.create_one()``. The following command creates a
2027
text index on the ``name`` field of the ``restaurants`` collection in

0 commit comments

Comments
 (0)