summaryrefslogtreecommitdiff
path: root/searx/engines/wolframalpha_api.py
AgeCommit message (Collapse)Author
2016-02-28[fix] merge with 79705450dfdf321c19839bce23c56d9d4a86ba68a01200356
2016-02-28[enh] unit tests for wolframalphaa01200356
2016-02-27[enh] infobox for wolframalphaa01200356
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.
2016-01-05append link to result in wolframalpha_api (and the tests to validate that)a01200356
2016-01-02Add test case in wolframalpha_noapia01200356
[fix] Display multiple answers in wolframalpha_api
2016-01-02update tests for wolframalphaa01200356
2016-01-01[enh] wolframalpha appends resulta01200356
2015-12-30Add tests for the Wolfram Alpha engines (both API and NO API versions)a01200356
2015-12-28Pinche Travis.a01200356
2015-12-28Fix Travis errors.a01200356
2015-12-27Remove non API version (doesn't work)a01200356
2015-12-26Returns answer rather than results.a01200356
More appropriate in this case because it will always give just one answer.
2015-12-23Wolfie kinda works using APIa01200356