Add bing and perplexity as search engines
This commit is contained in:
parent
7c9f79f243
commit
d506604918
2 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ func convertSearchUrl(url string) string {
|
|||
var searchEngines = map[string]string{
|
||||
"duckduckgo": "https://duckduckgo.com/?q={QUERY}",
|
||||
"google": "https://www.google.com/search?q={QUERY}",
|
||||
"bing": "https://www.bing.com/search?q={QUERY}",
|
||||
"perplexity": "https://www.perplexity.ai/search?q={QUERY}",
|
||||
}
|
||||
|
||||
func (widget *searchWidget) initialize() error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue