Closed shanmukhateja closed 2 years ago
This should ultimately be a setting. And not hard-coded
Hello,
I agree however neither DuckDuckGo nor Bing can produce search results right now.
It's my first contribution to a CPP project. I have added FIXME for this in the code.
Brave search also shows results!
Hello!
Directing traffic to random search engines is not a goal for this prototype. Perhaps one day we can do something like the ?
queries in the SerenityOS Browser. But for now, please treat ladybird as a debugging tool for LibWeb. :)
This commit adds support for to search for anything within the address bar using Google Search just like a web browser should.
I've also added placeholder text to
QLineEdit
to indicate this to user.Note
I went with Google as the browser was showing search results. This wasn't possible with Bing or with DuckDuckGo.