From b2e79f018b71dc0afad3881c0657983a421dcdca Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 3 Jan 2024 16:13:34 +0100 Subject: [PATCH] fix(config.php.example): sets `"text" => "auto"` --- config.php.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.php.example b/config.php.example index 5a259f0..4fa2117 100644 --- a/config.php.example +++ b/config.php.example @@ -128,9 +128,9 @@ "preferred_engines" => array( - /* replace with "text" => "duckduckgo" to use duckduckgo instead - * (recommended if being ratelimited */ - "text" => "google" + /* search engine to use to search, auto will automatically balance between all scrapers, which is recommended. */ + "text" => "auto" + // "text" => "google" // "text" => "duckduckgo" ),