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

--- Comment #3 from Slava Shishkin <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to