summaryrefslogtreecommitdiff
path: root/searx/search.py
AgeCommit message (Expand)Author
2020-12-17[mod] move seax/search.py to searx/search/__init__.pyAlexandre Flament
2020-12-11[enh] add raise_for_httperrorAlexandre Flament
2020-12-04[fix] wikipedia engine: don't raise an error when the query is not foundAlexandre Flament
2020-12-03[enh] record details exception per engineAlexandre Flament
2020-12-01[mod] pylint: numerous minor code fixesAlexandre Flament
2020-11-20[enh] Add multiple outgoing proxiesAlexandre Flament
2020-11-14Merge pull request #2292 from kvch/elasticsearch-engineAlexandre Flament
2020-11-10New engine: ElasticsearchNoémi Ványi
2020-11-10[mod] searx.search: EngineRef, SearchQuery: add __repr__ and __eq__ methodsAlexandre Flament
2020-10-09Add yacy improvements: HTTP digest auth, category checkingNoémi Ványi
2020-10-06[fix] fix searx.webadapterAlexandre Flament
2020-09-22[mod] add typing and __slots__Alexandre Flament
2020-09-22[mod] check the engine tokens in searx/webadapter.py instead of searx/search.pyAlexandre Flament
2020-09-22[mod] check time_range parameter in searx/webadapter.pyAlexandre Flament
2020-09-22[mod] add searx.search.EngineRefAlexandre Flament
2020-09-22[mod] add searx/webadapter.pyAlexandre Flament
2020-09-22[mod] searx.search: change function declaration: online then offline then uti...Alexandre Flament
2020-09-22[mod] searx.search: remove unused global variable number_of_searchesAlexandre Flament
2020-09-22[mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename t...Alexandre Flament
2020-09-22[mod] searx.search.Search: split the search method into different methodsAlexandre Flament
2020-09-12[mod] searx.RawTextQuery: the constructor call parse_queryAlexandre Flament
2020-09-10Drop Python 2 (3/n): objectsDalf
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2020-09-01[enh] add option to configure proxies per engine - closes #1827Adam Tauber
2020-07-31Change isAlive() to is_alive() as isAlive() is unsupported in newer Python ve...asht
2020-07-03Created new plugin type custom_results. Added new plugin bang_redirect (#2027)Lukas van den Berk
2020-04-17[fix] translate engine errors to Occitan when configuredNoémi Ványi
2020-02-08[enh] introduce private enginesNoémi Ványi
2019-10-16fix pep 8 checkNoémi Ványi
2019-10-16add initial support for offline engines && command engineNoémi Ványi
2019-08-02[fix] fix paging for the oscar theme after PR #1640Dalf
2019-08-02[enh] Add timeout limit per request (#1640)Alexandre Flament
2019-07-27[fix] "!wp !wp test" send only one request to wikipedia.Dalf
2019-07-17[enh] Add Server-Timing header (#1637)Alexandre Flament
2019-07-17Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes...Dalf
2019-01-25add again accidentally removed import to search.pyNoémi Ványi
2019-01-07Revert "remove 'all' option from search languages"Noémi Ványi
2018-08-19[fix] pep8Adam Tauber
2018-08-19[enh] admin configurable suspend time of errored engines - closes #1266Adam Tauber
2018-03-22forward category to engine without highlighting on the uiNoémi Ványi
2017-12-06remove 'all' option from search languagesmarc
2017-12-05[enh] display engine error messagesAdam Tauber
2017-11-22[enh] timeout and total HTTP time are managed by searx.poolrequestsAlexandre Flament
2017-07-20add timeout errors in search_multiple_requestsNoémi Ványi
2017-07-12show engine errors in infobox && add new error alertNoémi Ványi
2017-05-15[enh] py3 compatibilityAdam Tauber
2017-03-18make search language handling less strictmarc
2017-01-27Merge branch 'master' into flask_perimeterAlexandre Flament
2017-01-21[fix] correct search parameter checkAdam Tauber
2017-01-21[fix] search time range value checkAdam Tauber