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

typo

parent 71db419d
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -99,7 +99,7 @@ class MetaGerSearch extends Controller ...@@ -99,7 +99,7 @@ class MetaGerSearch extends Controller
$searchWords = explode(' ', $q); $searchWords = explode(' ', $q);
$within = false; $within = false;
foreach($q as $word){ foreach($searchWords as $word){
if(stripos($word, $result["name"]) !== false){ if(stripos($word, $result["name"]) !== false){
$within = true; $within = true;
} }
......
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