Skip to content

Commit 6f1dfe5

Browse files
committed
Note enabling INCLUDE_SPELLING requires a reindex.
1 parent 0e95d86 commit 6f1dfe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/searchqueryset_api.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,8 @@ Example::
632632
Returns the spelling suggestion found by the query.
633633

634634
To work, you must set ``INCLUDE_SPELLING`` within your connection's
635-
settings dictionary to ``True``. Otherwise, ``None`` will be returned.
635+
settings dictionary to ``True``, and you must rebuild your index afterwards.
636+
Otherwise, ``None`` will be returned.
636637

637638
This method causes the query to evaluate and run the search if it hasn't already
638639
run. Search results will be populated as normal but with an additional spelling

0 commit comments

Comments
 (0)