1221 |
return "Unable to understand your search query, please rephrase and try again.\n" if $msg =~ /ParseException|parse_exception/; |
1221 |
return "There might be results! But there is ElasticSearch query language syntax error in your query: remove or escape special characters or rephrase and try again.\n" if $msg =~ /ParseException|parse_exception/; |