diff options
| author | Bnyro <bnyro@tutanota.com> | 2023-08-03 18:33:10 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-09-01 18:39:24 +0200 |
| commit | 9c4e9d381462c16e93ef74fd5133512f720a77e5 (patch) | |
| tree | 93535e4f8dcc4c20fc99b5bd09e59b46eae35011 /searx/settings.yml | |
| parent | d92c6dbf6ce5df21869a84fada7bf8dc33ad289a (diff) | |
[feat] implementation of Wikimedia commons for images
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 9f53c4d0f..85434370d 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1640,6 +1640,12 @@ engines: website: https://www.wikivoyage.org/ wikidata_id: Q373 + - name: wikicommons.images + engine: wikicommons + shortcut: wc + categories: images + number_of_results: 10 + - name: wolframalpha shortcut: wa # You can use the engine using the official stable API, but you need an API |