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 0e95d86 commit 6f1dfe5Copy full SHA for 6f1dfe5
docs/searchqueryset_api.rst
@@ -632,7 +632,8 @@ Example::
632
Returns the spelling suggestion found by the query.
633
634
To work, you must set ``INCLUDE_SPELLING`` within your connection's
635
-settings dictionary to ``True``. Otherwise, ``None`` will be returned.
+settings dictionary to ``True``, and you must rebuild your index afterwards.
636
+Otherwise, ``None`` will be returned.
637
638
This method causes the query to evaluate and run the search if it hasn't already
639
run. Search results will be populated as normal but with an additional spelling
0 commit comments