[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 12 01:49:47 CEST 2022


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

--- Comment #16 from David Cook <dcook at prosentient.com.au> ---
In fact, an even better option would be this:

$searchstr = qq#(Host-item:"$cleaned_title")#;

This way, we're putting the key-value pair into its own little group. We can
then add "and", "or", or whatever. (I really haven't gone down the rabbit hole
of the purpose of $searchstr.

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


More information about the Koha-bugs mailing list