Address bar suggestions
-
dougr13 last edited by
Assuming this visited URL as an example: https://console.aws.amazon.com/console/home
In other browsers like Firefox, I can type 'aws amazon', or 'amazon console', or even '/console/home', and the address bar will correctly show me the above URL as a suggestion.
In Opera, if I type 'aws amazon', or 'amazon console', it will display the suggestion correctly. But with just 'amazon' or '/console/home', for instance, it will not. It seems that the filter is not using an LIKE_ANYWHERE option. Sometimes I want to find an URL using just a parameter at the end of the String as a search input, and with Opera, I can't do that. It seems that is searching just the first tokens.
Is there any way to improve this suggestion filter?