| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-03 | [fix] engine yahoo: HTML tags are included in result titles | Markus | |
| - https://github.com/searxng/searxng/issues/3790 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2024-04-20 | [fix] yahoo: result titles are getting mixed together | Bnyro | |
| 2024-03-11 | [mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-10-01 | [typo] solved a typo in yahoo error message. | Jinyuan Huang | |
| 2023-10-01 | [fix] Bug: Yahoo results for simplified Chinese search sometimes have the ↵ | Jinyuan Huang | |
| first character cut off #2866 Co-authored-by: Blair Noctis <n@sail.ng> | |||
| 2023-03-24 | [mod] yahoo: fetch engine traits (data_type: traits_v1) | Markus Heiser | |
| Implements a fetch_traits function for the Yahoo engine. .. note:: Includes migration of the request methode from 'supported_languages' to 'traits' (EngineTraits) object! Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2022-04-22 | [fix] FutureWarning from lxml | capric98 | |
| Just in case if content is None, the original code will skip extract_text(), and just append the None value to 'content'. So just add allow_none=True, and this will return None without raising a ValueError in extract_text(). | |||
| 2022-01-05 | [enh] add more categories | Martin Fischer | |
| 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-10-21 | [fix] yahoo engine - don't lump all search suggestions together | Markus Heiser | |
| Closes: https://github.com/searxng/searxng/issues/421 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-16 | [fix] engine - yahoo: rewrite and fix issues | Markus Heiser | |
| Languages are supported by mapping the language to a domain. If domain is not found in :py:obj:`lang2domain` URL ``<lang>.search.yahoo.com`` is used. BTW: fix issue reported at https://github.com/searx/searx/issues/3020 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-16 | [pylint] engines: yahoo fix several issues reported from pylint | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-02-01 | [mod] dynamically set language_support variable | Alexandre Flament | |
| The language_support variable is set to True by default, and set to False in only 5 engines. Except the documentation and the /config URL, this variable is not used. This commit remove the variable definition in the engines, and set value according to supported_languages length: False when the length is 0, True otherwise. Close #2485 | |||
| 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-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 | |