summaryrefslogtreecommitdiff
path: root/searx/engines/wolframalpha_api.py
AgeCommit message (Collapse)Author
2024-03-11[mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTIONMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-27[fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser
[PR-3366] https://github.com/searx/searx/pull/3366 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-04-12change "Wolfram|Alpha" to "Wolfram Alpha" in search resultsJabster28
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
This patch was generated by black [1]:: make format.python [1] https://github.com/psf/black Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-01-14[enh] engines: add about variableAlexandre Flament
move meta information from comment to the about variable so the preferences, the documentation can show these information
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2019-01-08[fix] unicode error with WolframAlpha API engineMarc Abonce Seguin
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-09-10Improving Wolfram Alpha search hit contentLorenzo J. Lucchini
Making WA search hits contain - the (parsed) input inside the "title" instead of just "Wolfram|Alpha", to better match other hit titles and to confirm correct parsing of input to the user - the first output field that contains any text (skipping ones that are only pictures; this is usually the most meaningful "result" field) instead of the raw input as the "content", making it additionally possible to obtain WA computations from JSON API calls
2016-09-10[fix] Result text in Wolfram|Alpha (#607)marc
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