https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22344
--- Comment #5 from David Cook <[email protected]> --- Although in hindsight... it's possible to have other "invalid" characters in part of query besides just parentheses. In this case it is an asterisk. WARNING: query problem with (mc-loc='*test') ZOOM error 10014 "CCL parsing error" (addinfo: "Embedded truncation not supported") from diag-set 'ZOOM'. It's a shame that ZOOM doesn't have an "escape" method for query building but oh well. I've noticed that (mc-loc='\*test') will actually remove the * character from the query all together - rather than just treating it as a literal. Or maybe there is something in our Zebra indexing/searching configuration that removes that character. I haven't checked. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
