Commit Graph

22 Commits (ba8959ad7c18ce4165d29b7a472d845bd96f4735)

Author SHA1 Message Date
Markus Heiser ba8959ad7c [fix] typos / reported by @kianmeng in searx PR-3366
[PR-3366] https://github.com/searx/searx/pull/3366

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2 years ago
Jabster28 9eb1b04f48
change "Wolfram|Alpha" to "Wolfram Alpha" in search results 2 years ago
Markus Heiser 3d96a9839a [format.python] initial formatting of the python code
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>
2 years ago
Alexandre Flament a4dcfa025c [enh] engines: add about variable
move meta information from comment to the about variable
so the preferences, the documentation can show these information
3 years ago
Dalf 1022228d95 Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
Marc Abonce Seguin 626a8e9ac9 [fix] unicode error with WolframAlpha API engine 5 years ago
Adam Tauber 52e615dede [enh] py3 compatibility 7 years ago
Lorenzo J. Lucchini a8907224a1 Improving Wolfram Alpha search hit content
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
8 years ago
marc 09ee2aa69d [fix] Result text in Wolfram|Alpha (#607) 8 years ago
a01200356 4cea71e3bb [fix] merge with 79705450df 8 years ago
a01200356 4d8996eb4d [enh] unit tests for wolframalpha 8 years ago
a01200356 78d3f3d6b1 [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.
8 years ago
a01200356 8ca5744814 append link to result in wolframalpha_api (and the tests to validate that) 8 years ago
a01200356 d05c676ed5 Add test case in wolframalpha_noapi
[fix] Display multiple answers in wolframalpha_api
8 years ago
a01200356 e9d35c1309 update tests for wolframalpha 8 years ago
a01200356 0871c7ca85 [enh] wolframalpha appends result 8 years ago
a01200356 be54e5269a Add tests for the Wolfram Alpha engines (both API and NO API versions) 8 years ago
a01200356 e4dd75070f Pinche Travis. 8 years ago
a01200356 bc2420f8d4 Fix Travis errors. 8 years ago
a01200356 b3fde19ed5 Remove non API version (doesn't work) 8 years ago
a01200356 922565c8a9 Returns answer rather than results.
More appropriate in this case because it will always give just one
answer.
8 years ago
a01200356 4578575c28 Wolfie kinda works using API 9 years ago