diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-08-14 10:58:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-14 10:58:52 +0200 |
| commit | 2bd3c2079ea73a12c37fef0667d654d0528df89b (patch) | |
| tree | 6ce4f0562f4d9566907a13de134af7ef9cc20d5d /searx/settings.yml | |
| parent | e81c458165137465ab954fcfb1d2c72cb3c694d6 (diff) | |
| parent | 27385e789853b41e81493301bf5538616e484c90 (diff) | |
Merge pull request #1652 from return42/mod-qwant
Improve qwant engine
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 6cae30c48..9530a4420 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1198,6 +1198,7 @@ engines: results: HTML - name: qwant + qwant_categ: web engine: qwant shortcut: qw categories: [general, web] @@ -1206,6 +1207,7 @@ engines: rosebud: *test_rosebud - name: qwant news + qwant_categ: news engine: qwant shortcut: qwn categories: news @@ -1213,6 +1215,7 @@ engines: network: qwant - name: qwant images + qwant_categ: images engine: qwant shortcut: qwi categories: [images, web] @@ -1220,6 +1223,7 @@ engines: network: qwant - name: qwant videos + qwant_categ: videos engine: qwant shortcut: qwv categories: [videos, web] |