Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-02 | [mod] move extract_text, extract_url to searx.utils | Alexandre Flament | |
2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
2020-06-25 | [fix] yahoo engine - changed content_xpath | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2019-11-15 | [mod] speed optimization | Dalf | |
compile XPath only once avoid redundant call to urlparse get_locale(webapp.py): avoid useless call to request.accept_languages.best_match | |||
2019-01-07 | Revert "remove 'all' option from search languages" | Noémi Ványi | |
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796. | |||
2018-03-27 | refactor engine's search language handling | Marc Abonce Seguin | |
Add match_language function in utils to match any user given language code with a list of engine's supported languages. Also add language_aliases dict on each engine to translate standard language codes into the custom codes used by the engine. | |||
2017-12-06 | remove 'all' option from search languages | marc | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2016-12-15 | tests for _fetch_supported_languages in engines | marc | |
and refactor method to make it testable without making requests | |||
2016-12-13 | [mod] fetch supported languages for several engines | marc | |
utils/fetch_languages.py gets languages supported by each engine and generates engines_languages.json with each engine's supported language. | |||
2016-12-13 | [enh] add supported_languages on engines and auto-generate languages.py | marc | |
2016-12-11 | add year filter to engines with time range support && tests | Noémi Ványi | |
Following engines does not support "Last year": * Bing News * DeviantArt * DuckDuckGo * Yahoo * YouTube (noapi) | |||
2016-07-26 | [fix] time range detection | Adam Tauber | |
2016-07-25 | fix pep8 | Noemi Vanyi | |
2016-07-25 | add time range search with yahoo | Noemi Vanyi | |
2016-06-28 | [enh] display number of results | Adam Tauber | |
2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
2015-02-20 | [fix] update yahoo engine according to the web site changes | dalf | |
2015-02-04 | Yahoo's unit test | Cqoicebordel | |
2014-12-16 | [fix] pep8 | Thomas Pointhuber | |
2014-12-07 | [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) | dalf | |
2014-09-07 | [fix] yahoo engines: parse_url doesn't throw an exception with not tracking URL | Dalf | |
2014-09-01 | fix yahoo engines and add comments | Thomas Pointhuber | |
2014-03-21 | [fix] indexing ++ url extraction | Adam Tauber | |
2014-03-18 | [fix] #55 | Adam Tauber | |
2014-03-10 | [fix] pep8 | Adam Tauber | |
2014-03-08 | [fix] yahoo url extraction | Adam Tauber | |
2014-03-04 | [fix] yahoo engine url extraction | Adam Tauber | |
2014-02-27 | [fix] yahoo url mods | Adam Tauber | |
2014-02-05 | Improves PEP8 compatibility. | Gabor Nagy | |
2014-01-31 | [fix] pep8 | asciimoo | |
2014-01-31 | [enh] search language support upadtes | asciimoo | |
2014-01-30 | [fix] print removed | asciimoo | |
2014-01-30 | [enh] yahoo engine added | asciimoo | |