Update lighthouse.js
decrease effective factor one more decimal to compare related content results while we work on proper query washing.
This commit is contained in:
parent
497beeed60
commit
423176da3f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ function getResults (input) {
|
|||
let trimmedQuery = input.s.trim();
|
||||
let escapedQuery = getWashedQuery(getEscapedQuery(trimmedQuery));
|
||||
let washedQuery = getWashedQuery(trimmedQuery);
|
||||
let effectiveFactor = '0.0000000001';
|
||||
let effectiveFactor = '0.00000000001';
|
||||
// Search is split up into different parts, all search parts goes under this line.
|
||||
let channelSearch;
|
||||
if (input.channel !== undefined) { // If we got a channel argument, lets filter out only that channel
|
||||
|
|
Loading…
Reference in a new issue