30 May
2022
30 May
'22
6:09 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #20 from David Cook <dcook@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.