Heimdall icon indicating copy to clipboard operation
Heimdall copied to clipboard

Enhancement: Custom search engine

Open daes10 opened this issue 2 years ago • 1 comments

Is there a way to implement a custom search engine? (A inserted link or something) Or can anyone add "Brave Search" to the search engines?

https://search.brave.com/

daes10 avatar Jul 26 '22 20:07 daes10

You can edit the searchproviders.yaml file to use any provider to pin as a homepage search.

In docker the file is in the www folder.

brave: id: brave url: https://search.brave.com/search name: Brave method: get target: _blank query: q

~~That said I've had an issue where I can only use 5 providers, if I try adding a 6th then settings crash and gives an error 500 on the setting page. Potentially I mesed up the formatting but I've not had time to double check yet.~~

Edit: Refresh apps cured the above.

Alternatively you can just add it as an 'application' and type in the URL in the requisite box although that only takes you to the page.

Dictynna-PHA avatar Aug 03 '22 12:08 Dictynna-PHA