| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
googles ip based heuristics
|
|
|
|
Content field in Arch Wiki search results is of no real use, more often
than not it contains no usable information and includes too many markup
tags which make the text unreadable. It is safe to remove it.
|
|
|
|
|
|
test_duckduckgo modified to reflect changes in duckduckgo's html
|
|
setting async to false in the request did the job, lol.
|
|
|
|
|
|
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.
|
|
|
|
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.
|