[Koha-bugs] [Bug 26247] Search terms retained in header search creates UX inconsistency

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 5 08:39:36 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26247

--- Comment #29 from Fridolin Somers <fridolin.somers at biblibre.com> ---
As a really quick fix, you can remove term retaining in catalogue search box
with :

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue-search-box.inc
b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue-search-box.inc
index 134bf93..6323123 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue-search-box.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue-search-box.inc
@@ -5,7 +5,7 @@
                 [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %]
                     [% INCLUDE 'search_indexes.inc' %]
                 [% END %]
-            <input type="text" name="q" id="search-form" size="40" value="[%
ms_value | html %]" title="Enter the terms you wish to search for."
class="query form-text head-searchbox" />
+            <input type="text" name="q" id="search-form" size="40"
title="Enter the terms you wish to search for." class="query form-text
head-searchbox" />
             <input type="submit" value="Submit"  class="submit" />
         </form>
     </div>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list