pub / serci

Search the web with !keywords
git clone https://src.jayvii.de/pub/serci.git
Home | Log | Files | Exports | Refs | README | RSS

commit b7a1d7e506446a46fb3bda1ed4a9ac3683b016fd
parent 6e52658f4088495d2b9dacc40ee164310531dc78
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 28 Jul 2024 12:10:20 +0200

fix: adjust wikipedia search URL

Diffstat:
Mconfig/config.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.php b/config/config.php @@ -274,7 +274,7 @@ $searches = array( "wikipedia" => array( "name" => "Wikipedia", "website" => "https://wikipedia.org", - "query" => "https://wikipedia.org/wiki/%s", + "query" => "https://en.wikipedia.org/w/index.php?title=Special%3ASearch&search=%s", "categories" => array("everything", "wiki"), "keywords" => array("wikipedia", "wiki", "wp", "wk") ),