Skip to content

Commit fe5bef6

Browse files
committed
Merge pull request django-haystack#714 from miracle2k/patch-1
Note enabling INCLUDE_SPELLING requires a reindex.
2 parents 03901c1 + 6f1dfe5 commit fe5bef6

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
@@ -717,7 +717,8 @@ Example::
717717
Returns the spelling suggestion found by the query.
718718

719719
To work, you must set ``INCLUDE_SPELLING`` within your connection's
720-
settings dictionary to ``True``. Otherwise, ``None`` will be returned.
720+
settings dictionary to ``True``, and you must rebuild your index afterwards.
721+
Otherwise, ``None`` will be returned.
721722

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

0 commit comments

Comments
 (0)