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 ce873f7 commit 6a863e4Copy full SHA for 6a863e4
docs/autocomplete.rst
@@ -11,7 +11,7 @@ one to prepare the data and one to implement the actual search.
11
Step 1. Setup The Data
12
======================
13
14
-To do autocomplete effectively, the search backend uses n-grams (essential
+To do autocomplete effectively, the search backend uses n-grams (essentially
15
a small window passed over the string). Because this alters the way your
16
data needs to be stored, the best approach is to add a new field to your
17
``SearchIndex`` that contains the text you want to autocomplete on.
0 commit comments