mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Update DuckDuckGo search engine URL
Seems like the redirection bug has been fixed, so returning to default URL Fixes #5436
This commit is contained in:
@@ -355,7 +355,7 @@ data object DuckDuckGo : WebSearchProvider() {
|
||||
}
|
||||
}
|
||||
|
||||
override fun getSearchUrl(query: String) = "https://duckduckgo.com/$query&cat=web"
|
||||
override fun getSearchUrl(query: String) = "https://duckduckgo.com/search?q=$query"
|
||||
|
||||
override fun toString() = "duckduckgo"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user