Closed ChibyX closed 2 months ago
There are two approaches to opening a website through search (and they are both applied in different browsers):
Try to figure out if the person wants to open a website rather than just searching for something. It seems simple—just check if the person entered a single word and it contains a dot—it's definitely a website. But no, I could be searching for cmd.com
, which is both a website and an executable file name. Or I could be searching for a company called Cove.tool, and the system might try to open such a site (which doesn't exist). The problem is exacerbated by the fact that domain zones are now multiplying like mushrooms, and you can no longer just maintain a database of domain zones (.com, .org, .ru); it constantly changes.
The second approach is to treat anything as a search string and simply open the search results page. If it's a site and it exists, it will most likely appear at the top of the list, and the user just needs to click on the link.
I support the second approach.
It is now also possible to open websites directly from AIO Search 😀
Currently if I type web address in search bar, it opens it in search engine. Is it possible to open it directly in browser? Fir example: I type "example.com", tap "search" and browser opens "example.com", not google/yandex/other engine page with search results for "example.com".