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

Haystack und Needle vertauscht

parent e9bbb648
Branches
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -100,7 +100,7 @@ class MetaGerSearch extends Controller
$searchWords = explode(' ', $q);
$within = false;
foreach($searchWords as $word){
if(stripos($word, $result["name"]) !== false){
if(stripos($result["name"], $word) !== false){
$within = true;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment