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

Merge branch '195-hinweis-wenn-keine-suchergebnisse-gefunden-wurden' into 'development'

Ich habe einen entsprechenden Hinweis eingefügt

Closes #195

See merge request !290
parents 72576980 928d2780
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -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