From b8e018df407fdca6e2418a90e8ad6cf6b3659425 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Mon, 4 May 2015 14:21:37 +0100 Subject: Search completion; disable experimental feature. --- background_scripts/completion.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index d206a285..e76139c2 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -389,9 +389,6 @@ class SearchEngineCompleter suggestions.push @mkSuggestion insertText, queryTerms, type, mkUrl(suggestion), suggestion, @computeRelevancy, score score *= 0.9 - # Experimental. Force the best match to the top of the list. - suggestions[0].extraRelevancyData = 0.9999999 if 0 < suggestions.length - # We keep at least three suggestions (if possible) and at most six. We keep more than three only if # there are enough slots. The idea is that these suggestions shouldn't wholly displace suggestions # from other completers. That would potentially be a problem because there is no relationship -- cgit v1.2.3