From f1c0e123bc01c2366047b802bf36f882c00b1fda Mon Sep 17 00:00:00 2001 From: Pavan Gandhi Date: Wed, 27 Mar 2024 16:41:13 +0000 Subject: [PATCH 1/2] fixed bug for search term removal and added test case in e2e_tests/test_search.py --- .../main/search-transferring-body.html | 2 +- e2e_tests/test_search.py | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/app/templates/main/search-transferring-body.html b/app/templates/main/search-transferring-body.html index 62f4604e..c0b78db0 100644 --- a/app/templates/main/search-transferring-body.html +++ b/app/templates/main/search-transferring-body.html @@ -171,7 +171,7 @@

Search terms applied Date: Thu, 28 Mar 2024 09:09:02 +0000 Subject: [PATCH 2/2] Update changelog for 1.0.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10fbe0ea..ec51b46e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 It is part of the [TRE template repository](https://github.com/nationalarchives/da-tre-template) +## [1.0.1] - 2023-03-28 + +### Fixed + +- removing all search terms in search results route now returns you to the top level browse route as expected +- removed extra padding on search results summary and no results found pages + ## [1.0.0] - 2023-03-27 ### Added