From 45d00899653c1197ffb17b17654cb40441dfa606 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 27 May 2021 12:36:32 -0300 Subject: [PATCH] Bug 28475: Fix searching all headings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch fixes the value of a hidden input that was mistakenly changed and prevents search all headings from working. To test: 1. Open the authorities section in the OPAC 2. Choose the 'Search all headings' tab 3. Search for 'a' => FAIL: No results 4. Empty the search box, and make sure 'Search all headings' is selected => SUCCESS: There are authority records 5. Apply this patch 6. Reload the page 7. Retry 3 and 4 => SUCCESS: Searching is back! 8. Sign off :-D Sponsored-by: AsociaciĆ³n Latinoamericana de IntegraciĆ³n Signed-off-by: Tomas Cohen Arazi Signed-off-by: Lucas Gass Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc index 3ee3f4f8ef..500bdc6ded 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc @@ -129,7 +129,7 @@ [% END %] [% END %] - +