diff --git a/docs/releases/1.0.rst b/docs/releases/1.0.rst index 3a8ac40eb1..5adda98622 100644 --- a/docs/releases/1.0.rst +++ b/docs/releases/1.0.rst @@ -119,7 +119,7 @@ Search ------ * Search view accepts "page" GET parameter in line with pagination - * Added ``AUTO_UPDATE`` flag to search backend settings to enable/disable automatically updating the search index on model changes + * Added :ref:`AUTO_UPDATE ` flag to search backend settings to enable/disable automatically updating the search index on model changes Routable pages diff --git a/docs/topics/search/backends.rst b/docs/topics/search/backends.rst index c19da48b57..cc4a546c46 100644 --- a/docs/topics/search/backends.rst +++ b/docs/topics/search/backends.rst @@ -18,6 +18,8 @@ You can configure which backend to use with the ``WAGTAILSEARCH_BACKENDS`` setti } +.. _wagtailsearch_backends_auto_update: + ``AUTO_UPDATE`` ===============