summaryrefslogtreecommitdiff
path: root/searx/engines/json_engine.py
AgeCommit message (Collapse)Author
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-02-10[mod] json_engine: add content_html_to_text and title_html_to_textAlexandre Flament
Some JSON API returns HTML in either in the HTML or the content. This commit adds two new parameters to the json_engine: content_html_to_text and title_html_to_text, False by default. If True, then the searx.utils.html_to_text removes the HTML tags. Update crossref, openairedatasets and openairepublications engines
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-10-06[fix] drop Python 2: use collections.abc.Iterable instead of ↵Alexandre Flament
collections.Iterable
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2017-12-01[fix] convert json engine result attributes to string - closes #1006Adam Tauber
2017-11-02[mod] add more error handling to json engine II.Adam Tauber
2017-11-02[mod] add more error handling to json engineAdam Tauber
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-08-14[fix] behaviour for page_size>1 and first_page_num>0David A Roberts
eg. pageno=1,21,41,... instead of 20,40,60,...
2016-08-12Add Microsoft Academic search engineDavid A Roberts
2016-08-10Add Crossref search engine and DOAI rewrite pluginDavid A Roberts
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament
2014-02-11[mod] len() removed from conditionsasciimoo
2014-01-20[fix] pep/flake8 compatibilityasciimoo
2013-11-19[enh] json engine addedasciimoo