@@ -, +, @@ show up --- Koha/SearchEngine/Elasticsearch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/SearchEngine/Elasticsearch.pm +++ a/Koha/SearchEngine/Elasticsearch.pm @@ -1218,7 +1218,7 @@ sub process_error { warn $msg; # simple logging # This is super-primitive - return "Unable to understand your search query, please rephrase and try again.\n" if $msg =~ /ParseException/; + return "Unable to understand your search query, please rephrase and try again.\n" if $msg =~ /ParseException|parse_exception/; return "Unable to perform your search. Please try again.\n"; } --