diff options
| author | a01200356 <a01200356@itesm.mx> | 2016-01-01 22:02:10 -0600 |
|---|---|---|
| committer | a01200356 <a01200356@itesm.mx> | 2016-01-01 22:02:10 -0600 |
| commit | 0871c7ca85cd19a2fa0971c7db28516a74255d5d (patch) | |
| tree | 533fbb3dda61f45db2b7a970b831a91c819f7313 /searx/settings.yml | |
| parent | be54e5269a982e272e2fe8a5064ed898373c9063 (diff) | |
[enh] wolframalpha appends result
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index d2a724118..510fc028c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -300,12 +300,13 @@ engines: engine : vimeo shortcut : vm -# You can use the engine using the official stable API, but you need an API key -# See : http://products.wolframalpha.com/api/ - name : wolframalpha shortcut : wa + # You can use the engine using the official stable API, but you need an API key + # See : http://products.wolframalpha.com/api/ + # engine : wolframalpha_api + # api_key: 'api_key' # required! engine : wolframalpha_noapi -# api_key: 'apikey' # required! timeout: 6.0 #The blekko technology and team have joined IBM Watson! -> https://blekko.com/ |