Skip to content

Commit ed0c07f

Browse files
committed
SA small fix
1 parent ede1e25 commit ed0c07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/atlas-search.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ field for text that starts with the string ``"Gib"``.
9797
:language: csharp
9898
:dedent:
9999

100-
.. note:: Search Index for Autocomplete Queries
100+
.. note:: Index for Autocomplete Queries
101101

102102
You must create an Atlas Search index that supports autocompletion
103103
to successfully perform autocomplete queries. To learn more, see
104104
:atlas:`How to Index Fields for Autocompletion </atlas-search/field-types/autocomplete-type/>`
105105
in the Atlas documentation.
106106

107-
After you create the Search index, you must pass the index name to
107+
After you create the Atlas Search index, you must pass the index name to
108108
the ``Autocomplete()`` method, as shown in the preceding code.
109109

110110
The search returns the following document:

0 commit comments

Comments
 (0)