pub / serci

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

commit 4dc289855d20fc0342dd1b56c7235521d05f6602
parent 66ab1cfdb24f1d79641e6726807b2313c0e91f98
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat,  6 Jul 2024 17:05:19 +0200

feat: add google scholar

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

diff --git a/config/config.php b/config/config.php @@ -147,6 +147,12 @@ $searches = array( "query" => "https://www.base-search.net/Search/Results?lookfor=%s", "bangs" => array("base", "basesearch", "science") ), + "google_scholar" => array( + "name" => "Google Scholar", + "website" => "https://scholar.google.com", + "query" => "https://scholar.google.com/scholar?q=%s", + "bangs" => array("google_scholar", "scholar", "literature") + ), /* Wikis */ "wikipedia" => array( "name" => "Wikipedia",