Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
5eb8506b
Commit
5eb8506b
authored
May 09, 2017
by
Dominik Hebeler
Browse files
Bugfix
parent
da4e908e
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Models/Searchengine.php
View file @
5eb8506b
...
...
@@ -163,7 +163,7 @@ abstract class Searchengine
$median
+=
floatval
(
$data
[
1
]);
}
$median
/=
sizeof
(
$searcherData
);
if
(
$median
<
1
00
){
if
(
$median
<
.
1
){
$needSearcher
=
true
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment