diff --git a/module/VuFind/src/VuFind/Search/Solr/V4/ErrorListener.php b/module/VuFind/src/VuFind/Search/Solr/V4/ErrorListener.php index ab65dc0843d959f9d2ad6768cb00633b1110e512..82ce87ea5168962d27a756ee89176a8f6256e505 100644 --- a/module/VuFind/src/VuFind/Search/Solr/V4/ErrorListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/V4/ErrorListener.php @@ -102,6 +102,7 @@ class ErrorListener extends AbstractErrorListener $reason = $body->error->msg; if (stristr($reason, 'org.apache.solr.search.SyntaxError') || stristr($reason, 'undefined field') + || stristr($reason, 'invalid date') ) { $tags[] = self::TAG_PARSER_ERROR; }