Age | Commit message (Expand) | Author |
2020-12-09 | [mod) genious: return valid results even if contents are empty | Alexandre Flament |
2020-12-04 | Merge pull request #2354 from dalf/fix-wikipedia | Alexandre Flament |
2020-12-04 | [fix] wikipedia engine: don't raise an error when the query is not found | Alexandre Flament |
2020-12-04 | [fix] wikidata: fix crash when the item has no description at all and at leas... | Alexandre Flament |
2020-12-03 | [mod] stackoverflow & yandex: detect CAPTCHA response | Alexandre Flament |
2020-12-03 | [mod] various engines: use eval_xpath* functions and searx.exceptions.* | Alexandre Flament |
2020-12-03 | [mod] xpath, 1337x, acgsou, apkmirror, archlinux, arxiv: use eval_xpath_* fun... | Alexandre Flament |
2020-12-03 | [mod] bing_news: use eval_xpath_getindex | Alexandre Flament |
2020-12-03 | [enh] record details exception per engine | Alexandre Flament |
2020-12-02 | [refactor] digg - improve results and clean up source code | Markus Heiser |
2020-12-02 | [mod] digg - pylint searx/engines/digg.py | Markus Heiser |
2020-12-02 | [fix] digg - the ISO time stamp of published date has been changed | Markus Heiser |
2020-12-01 | [mod] pylint: numerous minor code fixes | Alexandre Flament |
2020-12-01 | [mod] wikidata: WDGeoAttribute class: doesn't change the method signature of ... | Alexandre Flament |
2020-12-01 | [fix] /stats: report error percentage instead of error count | Alexandre Flament |
2020-11-30 | Add recoll engine (#2325) | Noémi Ványi |
2020-11-27 | Photon API Link Update | M. Efe Çetin |
2020-11-20 | [enh] Add multiple outgoing proxies | Alexandre Flament |
2020-11-14 | [refactor] deviantart - improve results and clean up source code | Markus Heiser |
2020-11-14 | [mod] remove unused import | Alexandre Flament |
2020-11-14 | Merge pull request #2292 from kvch/elasticsearch-engine | Alexandre Flament |
2020-11-14 | Merge pull request #2289 from dalf/pylint | Alexandre Flament |
2020-11-10 | New engine: Elasticsearch | Noémi Ványi |
2020-11-03 | [mod] pylint: minor code change to allow pylint globally | Alexandre Flament |
2020-11-03 | [fix] comamnd engine: fix import | Alexandre Flament |
2020-11-03 | [fix] scanr_structure engine: fix import | Alexandre Flament |
2020-10-28 | [mod] wikidata engine: use one SPARQL request instead of 2 HTTP requests. | Alexandre Flament |
2020-10-28 | [mod] duckduckgo_definitions: display only user friendly attributes / URL | Alexandre Flament |
2020-10-25 | [enh] Add onions category with Ahmia, Not Evil and Torch | a01200356 |
2020-10-25 | Open Semantic Search Engine | Nicholas Kegler |
2020-10-09 | Propagate error messages from YouTube API | Noémi Ványi |
2020-10-09 | Merge pull request #2255 from kvch/yacy-improvements | Adam Tauber |
2020-10-09 | [fix] fix duckduckgo engine | Alexandre Flament |
2020-10-09 | Add yacy improvements: HTTP digest auth, category checking | Noémi Ványi |
2020-10-08 | add ebay enginte to shopping category | Noémi Ványi |
2020-10-07 | [mod] Add searx.data module | Alexandre Flament |
2020-10-06 | [fix] drop Python 2: use collections.abc.Iterable instead of collections.Iter... | Alexandre Flament |
2020-10-04 | Merge pull request #2241 from dalf/move-extract-text-and-url | Alexandre Flament |
2020-10-03 | [enh] Add SepiaSearch engine (#2227) | Finn |
2020-10-02 | [mod] move extract_text, extract_url to searx.utils | Alexandre Flament |
2020-10-01 | [fix] google engine - div classes has been renamed in HTML reult | Markus Heiser |
2020-09-28 | [fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fi... | Alexandre Flament |
2020-09-22 | fetch google's search langs rather than ui langs | Marc Abonce Seguin |
2020-09-22 | fetch supported languages for startpage engine | Marc Abonce Seguin |
2020-09-22 | add language names in qwant's fetch languages function | Marc Abonce Seguin |
2020-09-10 | Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes | Dalf |
2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf |
2020-09-10 | use Wikipedia's REST v1 API | Marc Abonce Seguin |
2020-09-08 | [enh] Add command line engines: git grep, find, etc. (#2128) | Noémi Ványi |
2020-09-07 | [enh] stop searx when an engine raise an SyntaxError exception (#2177) | Alexandre Flament |