[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
Mon May 30 06:09:26 CEST 2022


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

--- Comment #20 from David Cook <dcook at prosentient.com.au> ---
Bumping into this again because of Bug 30865 but escaping a semicolon won't be
enough.

You'd have to escape question marks as well, since they're a special case which
is only handled by "Special attribute combos" (see
https://software.indexdata.com/yaz/doc/tools.html#ccl.qualifiers)

There's % and ! as well as proximity operators. 

Also >=, <=, <>, >, and < as relational operators.

In the end I think it's just easier to compose queries more carefully, and go
the route I'm going with bug 30865.

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


More information about the Koha-bugs mailing list