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:
Thomas Zarebczan 2018-11-13 13:23:01 -05:00 committed by GitHub
parent 497beeed60
commit 423176da3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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