Browse Source

[mod] move wolframalpha to "science" category

Adam Tauber 9 years ago
parent
commit
fab698003f
2 changed files with 3 additions and 1 deletions
  1. 1 0
      searx/settings.yml
  2. 2 1
      searx/webapp.py

+ 1 - 0
searx/settings.yml

@@ -309,6 +309,7 @@ engines:
     engine : wolframalpha_noapi
     timeout: 6.0
     disabled : True
+    categories : science
 
 #The blekko technology and team have joined IBM Watson! -> https://blekko.com/
 #  - name : blekko images

+ 2 - 1
searx/webapp.py

@@ -119,7 +119,8 @@ _category_names = (gettext('files'),
                    gettext('videos'),
                    gettext('it'),
                    gettext('news'),
-                   gettext('map'))
+                   gettext('map'),
+                   gettext('scence'))
 
 outgoing_proxies = settings['outgoing'].get('proxies', None)