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

Bugfix

parent da4e908e
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -163,7 +163,7 @@ abstract class Searchengine
$median += floatval($data[1]);
}
$median /= sizeof($searcherData);
if($median < 100){
if($median < .1){
$needSearcher = 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