mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] infobox for wolframalpha
TODO:
- infobox styles
- unit tests
ISSUES:
- no_api version needs to re-call server for additional pods, such
as plots. therefore, it's even slower than before. comment out the
part that calls get_async_pod if requests reach timeout or increase
timeout in settings.yml.
This commit is contained in:
parent
45b5073f3e
commit
78d3f3d6b1
3 changed files with 150 additions and 46 deletions
|
|
@ -310,10 +310,10 @@ engines:
|
|||
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: 'apikey' # required!
|
||||
# engine : wolframalpha_api
|
||||
# api_key: '5952JX-X52L3VKWT8' # required!
|
||||
engine : wolframalpha_noapi
|
||||
timeout: 6.0
|
||||
timeout: 10.0
|
||||
categories : science
|
||||
|
||||
#The blekko technology and team have joined IBM Watson! -> https://blekko.com/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue