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.
2 parents 03901c1 + 6f1dfe5 commit fe5bef6Copy full SHA for fe5bef6
docs/searchqueryset_api.rst
@@ -717,7 +717,8 @@ Example::
717
Returns the spelling suggestion found by the query.
718
719
To work, you must set ``INCLUDE_SPELLING`` within your connection's
720
-settings dictionary to ``True``. Otherwise, ``None`` will be returned.
+settings dictionary to ``True``, and you must rebuild your index afterwards.
721
+Otherwise, ``None`` will be returned.
722
723
This method causes the query to evaluate and run the search if it hasn't already
724
run. Search results will be populated as normal but with an additional spelling
0 commit comments