From 89f1a003207fb8bb2bcab8b6cc13d9ef1fa91947 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 22 May 2026 15:10:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removes=20dead=20search=20provid?= =?UTF-8?q?ers,=20adds=20new=20alternates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/config/ConfigSchema.json | 7 ++++--- src/utils/config/defaults.js | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/utils/config/ConfigSchema.json b/src/utils/config/ConfigSchema.json index 8215c20e..5fed30fe 100644 --- a/src/utils/config/ConfigSchema.json +++ b/src/utils/config/ConfigSchema.json @@ -412,11 +412,12 @@ "examples": [ "duckduckgo", "google", - "whoogle", + "brave", + "kagi", + "perplexity", + "uruky", "qwant", "startpage", - "searx-bar", - "searx-info", "ecosia", "metager", "wikipedia", diff --git a/src/utils/config/defaults.js b/src/utils/config/defaults.js index fe437354..c0ab37f3 100644 --- a/src/utils/config/defaults.js +++ b/src/utils/config/defaults.js @@ -257,14 +257,14 @@ const defaults = { // Common duckduckgo: 'https://duckduckgo.com/?q=', google: 'https://google.com/search?q=', - whoogle: 'https://whoogle.sdf.org/search?q=', + brave: 'https://search.brave.com/search?q=', + kagi: 'https://kagi.com/search?q=', qwant: 'https://www.qwant.com/?q=', startpage: 'https://www.startpage.com/do/search?query=', // Niche - 'searx-bar': 'https://searx.bar/search?q=', - 'searx-info': 'https://searx.info/search?q=', + perplexity: 'https://www.perplexity.ai/search?q=', + uruky: 'https://uruky.com/search?q=', 'searx-tiekoetter': 'https://searx.tiekoetter.com/search?q=', - 'searx-bissisoft': 'https://searx.bissisoft.com/search?q=', ecosia: 'https://www.ecosia.org/search?q=', metager: 'https://metager.org/meta/meta.ger3?eingabe=', swisscows: 'https://swisscows.com/web?query=',