diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-08-10 09:45:48 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-08-14 10:26:54 +0200 |
commit | 75bb8c45d0cf5b0607604da63d0b4731e10714d9 (patch) | |
tree | 7e3a14d864ba1d9663b3d7f6b23622f42386bd0b /searx/settings.yml | |
parent | e81c458165137465ab954fcfb1d2c72cb3c694d6 (diff) | |
download | searxng-75bb8c45d0cf5b0607604da63d0b4731e10714d9.tar.gz searxng-75bb8c45d0cf5b0607604da63d0b4731e10714d9.zip |
[mod] decouple qwant's categories from SearXNG's categories
By using new property `qwant_categ:` the category of qwant is no longer bound to
the category of SearXNG.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
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] |