diff options
| -rw-r--r-- | background_scripts/completion.coffee | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index 98a82f88..ad509cc5 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -491,6 +491,8 @@ class SearchEngineCompleter defaultUrl = Utils.createSearchUrl queryTerms, searchUrl defaultQuery = queryTerms.join " " suggestions.filter (suggestion) -> Utils.extractQuery(searchUrl, suggestion.url) != defaultQuery + else + suggestions # If a previous suggestion still matches the query, then we keep it (even if the completion engine may not # return it for the current query). This allows the user to pick suggestions by typing fragments of their |
