[Koha-bugs] [Bug 15930] DataTables patron search defaulting to 'starts_with' and not getting correct parameters to parse multiple word searches

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 1 13:29:38 CET 2016


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

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(On the way, something to fix:
members/member.tt
470               <select name="searchtype" id="searchtype_filter">
471                 <option value='start_with'>Starts with</option>
472                 [% IF searchtype == "contain" %]
473                   <option value="contain"
selected="selected">Contains</option>
474                 [% ELSE %]
475                   <option value="contain"
selected="selected">Contains</option>
476                 [% END %] 
477               </select>

)

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


More information about the Koha-bugs mailing list