No matter what I define in engines, websearch is always with Google.
cat websearch.ron
Config(
prefix: "?",
// Options: Google, Ecosia, Bing, DuckDuckGo, Custom
//
// Custom engines can be defined as such:
Custom(
name: "Searx",
url: "searx.tiekoetter.com/?q={}",
)
//
// NOTE: {} is replaced by the search query and https:// is automatically added in front.
engines: [Ecosia]
)
No matter what I define in engines, websearch is always with Google.
cat websearch.ron
Config(
prefix: "?",
// Options: Google, Ecosia, Bing, DuckDuckGo, Custom
//
// Custom engines can be defined as such:
Custom(
name: "Searx",
url: "searx.tiekoetter.com/?q={}",
)
//
// NOTE:
{}is replaced by the search query andhttps://is automatically added in front.engines: [Ecosia]
)