diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 68cbd6c29..27ea8d39b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,7 @@ Changelog * Django 1.9 support * Support for indexing fields across relations in Elasticsearch + * Added toolbar to cross-link between different search areas, and `register_admin_search_area` hook to register new areas (Ben Kerle) * Added `WAGTAIL_PASSWORD_RESET_ENABLED` setting to allow password resets to be disabled independently of the password management interface (John Draper) * Updated fonts for more comprehensive Unicode support * Added `.alt` attribute to image renditions diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 946addab0..4dabcf77c 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -86,6 +86,7 @@ Contributors * Matthew Downey * Maris Serzans * Shu Ishida +* Ben Kerle Translators diff --git a/docs/releases/1.3.rst b/docs/releases/1.3.rst index b8cd86ef8..bf7ac2c7b 100644 --- a/docs/releases/1.3.rst +++ b/docs/releases/1.3.rst @@ -43,6 +43,12 @@ Fields on related objects can now be indexed in Elasticsearch using the new ``in See: :ref:`wagtailsearch_index_relatedfields` +Cross-linked admin search UI +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The search interface in the Wagtail admin now includes a toolbar to quickly switch between different search types - pages, images, documents and users. A new :ref:`register_admin_search_area ` hook is provided for adding new search types to this toolbar. + + Minor features ~~~~~~~~~~~~~~