Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-11 | [mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2022-09-27 | [fix] typos / reported by @kianmeng in searx PR-3366 | Markus Heiser | |
[PR-3366] https://github.com/searx/searx/pull/3366 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2022-04-12 | change "Wolfram|Alpha" to "Wolfram Alpha" in search results | Jabster28 | |
2021-12-27 | [format.python] initial formatting of the python code | Markus 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 variable | Alexandre Flament | |
move meta information from comment to the about variable so the preferences, the documentation can show these information | |||
2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
2019-01-08 | [fix] unicode error with WolframAlpha API engine | Marc Abonce Seguin | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-09-10 | Improving Wolfram Alpha search hit content | Lorenzo 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 79705450dfdf321c19839bce23c56d9d4a86ba68 | a01200356 | |
2016-02-28 | [enh] unit tests for wolframalpha | a01200356 | |
2016-02-27 | [enh] infobox for wolframalpha | a01200356 | |
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-05 | append link to result in wolframalpha_api (and the tests to validate that) | a01200356 | |
2016-01-02 | Add test case in wolframalpha_noapi | a01200356 | |
[fix] Display multiple answers in wolframalpha_api | |||
2016-01-02 | update tests for wolframalpha | a01200356 | |
2016-01-01 | [enh] wolframalpha appends result | a01200356 | |
2015-12-30 | Add tests for the Wolfram Alpha engines (both API and NO API versions) | a01200356 | |
2015-12-28 | Pinche Travis. | a01200356 | |
2015-12-28 | Fix Travis errors. | a01200356 | |
2015-12-27 | Remove non API version (doesn't work) | a01200356 | |
2015-12-26 | Returns answer rather than results. | a01200356 | |
More appropriate in this case because it will always give just one answer. | |||
2015-12-23 | Wolfie kinda works using API | a01200356 | |