gngrOrg / gngr

a cross-platform browser focussed on privacy.
https://gngr.info
286 stars 61 forks source link

Strings which don't match the URL pattern should be searched when typed in AddressField #165

Closed bogas04 closed 8 years ago

bogas04 commented 9 years ago

Modern browsers allow you to enter non-URL strings to the addressbar which get searched using default search engine.

Since an exception is thrown I believe we aren't processing the string before making HTTP request.

screen shot 2015-09-16 at 1 14 42 am

hrj commented 9 years ago

Yes, we haven't implemented this at the moment.

It would be nice if the drop down suggestions included an option to search for the string, in addition to the history suggestions.