https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26247
--- Comment #29 from Fridolin Somers <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
