diff options
| author | François Revol <revol@free.fr> | 2016-07-09 20:41:57 +0200 |
|---|---|---|
| committer | François Revol <revol@free.fr> | 2016-07-12 15:47:04 +0200 |
| commit | 1dba6dcbac6891390653170f44cd7ba9de636cd9 (patch) | |
| tree | a0c337969d9f4f027f57b51ff6edd5333b5fc3a6 /searx/settings.yml | |
| parent | 678b87f9d5969668a07c36f9b80be5a5b2d08587 (diff) | |
Add ScanR structures search engine
In theory ScanR should also search for projects but the API is different,
so we'd need another engine.
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 558898886..d64b73a17 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -314,6 +314,11 @@ engines: engine : kickass shortcut : ka + - name : scanr_structures + shortcut: scs + engine : scanr_structures + disabled : True + - name : soundcloud engine : soundcloud shortcut : sc |