pub / serci

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

commit 077b9abddbc6217c36379592f53198c180d902f9
parent d23d91f19df8bd43132a9363f3cf7501afbc3f0a
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Wed, 16 Oct 2024 19:18:19 +0200

fix: switch to OSM as default map keyword

Diffstat:
Mconfig/config.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/config.php b/config/config.php @@ -124,7 +124,7 @@ $searches = array( "query" => "https://maps.metager.de/en/%s/guess", "categories" => array("everything", "map"), "keywords" => array( - "metagermap", "metagermaps", "mgmap", "metamap", "map", "maps" + "metagermap", "metagermaps", "mgmap", "metamap" ) ), "metagersci" => array( @@ -204,7 +204,7 @@ $searches = array( "website" => "https://www.openstreetmap.org", "query" => "https://www.openstreetmap.org/search?query=%s", "categories" => array("everything", "map"), - "keywords" => array("openstreetmap", "osm") + "keywords" => array("openstreetmap", "osm", "map", "maps") ), "php" => array( "name" => "PHP Manual",