Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02-10 | [mod] json_engine: add content_html_to_text and title_html_to_text | Alexandre 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 variable | Alexandre 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-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
2017-12-01 | [fix] convert json engine result attributes to string - closes #1006 | Adam 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 engine | Adam Tauber | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-08-14 | [fix] behaviour for page_size>1 and first_page_num>0 | David A Roberts | |
eg. pageno=1,21,41,... instead of 20,40,60,... | |||
2016-08-12 | Add Microsoft Academic search engine | David A Roberts | |
2016-08-10 | Add Crossref search engine and DOAI rewrite plugin | David A Roberts | |
2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
2014-02-11 | [mod] len() removed from conditions | asciimoo | |
2014-01-20 | [fix] pep/flake8 compatibility | asciimoo | |
2013-11-19 | [enh] json engine added | asciimoo | |