Skip to content
Snippets Groups Projects
Commit b67faa1e authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Ich habe einen entsprechenden Hinweis eingefügt

parent a63f1113
No related branches found
No related tags found
2 merge requests!297Development,!290Ich habe einen entsprechenden Hinweis eingefügt
......@@ -285,6 +285,10 @@ class MetaGer
$this->validated = true;
}
}
if (count($this->results) <= 0) {
$this->errors[] = "Leider konnten wir zu Ihrer Sucheingabe keine passenden Ergebnisse finden. Sie können aber versuchen diese anzupassen.";
}
}
public function parseBoost($results)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment