| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
Related to #428, which was fixed in e3df22b but broken in a refactoring
(b6c3cb0)
|
|
|
|
The duration is based on the number of continuous errors, but maximized in one minute
|
|
|
|
|
|
related issues: #508 #509
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
searx/tests/test_engines.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[fix] Display multiple answers in wolframalpha_api
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The answer is scraped from a js function, so parsing the html tree
doesn't achieve anything here.
|
|
|
|
|