11 Aug
2025
11 Aug
'25
1:33 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40569 --- Comment #3 from Slava Shishkin <slavashishkin@gmail.com> --- Thanks, Bernard, for checking! My apologies, I forgot to mention that this only happens when SearchEngine = Elasticsearch — with Zebra, it works fine. The issue is not browser-specific. Without escaping, the generated ES query contains raw quotes: se,phr:"Test "Series"" In this case, Koha returns in the browser: No results found No results match your search for '"se,phr:"Test "Series"""'. With the patch, quotes are escaped, and the query becomes: se,phr:"Test \"Series\"" -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.