diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-06-02 20:36:58 +0200 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-06-02 20:36:58 +0200 |
| commit | f05087b93ac1ebef3bdacd353524bac0d8041832 (patch) | |
| tree | 41d3d6901cc969f216c485811b7f19baf62212ff /searx/settings.yml | |
| parent | 884eeb8541e0a4cf3d65c2a17e1c2f788cab7fb1 (diff) | |
Refactor
Use only one engine for the four search from Qwant
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 7f8229732..c84b810e1 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -171,18 +171,26 @@ engines: - name : qwant engine : qwant shortcut : qw + search_url_keyword : web + categories : general - name : qwant images - engine : qwant_images + engine : qwant shortcut : qwi + search_url_keyword : images + categories : images - name : qwant news - engine : qwant_news + engine : qwant shortcut : qwn + search_url_keyword : news + categories : news - name : qwant social - engine : qwant_social + engine : qwant shortcut : qws + search_url_keyword : social + categories : social media - name : kickass engine : kickass |