diff --git a/CHANGELOG.txt b/CHANGELOG.txt index daf40ae820..2b860c7c9b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,6 +13,7 @@ Changelog * Fix: Prevent upload of SVG images from failing when image feature detection is enabled (Joshua Munn) * Fix: Fix crash when using the locale switcher on the snippets create view (Sage Abdullah) * Fix: Fix performance regression on reports from calling `decorate_paginated_queryset` before pagination / filtering (Alex Tomkins) + * Fix: Make searching on specific fields work correctly on Elasticsearch when boost is in use (Matt Westcott) * Docs: Fix code example for `{% picture ... as ... %}` template tag (Rezyapkin) diff --git a/docs/releases/5.2.1.md b/docs/releases/5.2.1.md index 4c92452615..922864b281 100644 --- a/docs/releases/5.2.1.md +++ b/docs/releases/5.2.1.md @@ -23,6 +23,7 @@ depth: 1 * Prevent upload of SVG images from failing when image feature detection is enabled (Joshua Munn) * Fix crash when using the locale switcher on the snippets create view (Sage Abdullah) * Fix performance regression on reports from calling `decorate_paginated_queryset` before pagination / filtering (Alex Tomkins) + * Make searching on specific fields work correctly on Elasticsearch when boost is in use (Matt Westcott) ### Documentation