summaryrefslogtreecommitdiff
path: root/searx/results.py
Commit message (Expand)AuthorAge
* [mod] Retain page numbers even when there are no resultsobfuscated-loop2023-11-27
* [mod] move some code from webapp module to webutils module (no functional cha...Markus Heiser2023-06-19
* [fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser2022-09-27
* [simple theme] replace Image_layout.js with flexbox CS impl.mrpaulblack2022-02-26
* [typing] add results.UnresponsiveEngineMartin Fischer2022-01-17
* [refactor] remove never used parameterMartin Fischer2022-01-17
* [typing] add results.TimingMartin Fischer2022-01-17
* [format.python] initial formatting of the python codeMarkus Heiser2021-12-27
* [fix] searx.results: fix pylint issue "useless-with-lock"Alexandre Flament2021-11-26
* [fix] searx/results.py: strip result['content'] only if it existsAlexandre Flament2021-09-10
* [mod] plugin: call on_result after each engine from the ResultContainerAlexandre Flament2021-09-09
* [fix] offline engine: don't crash on time recordingAlexandre Flament2021-05-22
* [mod] metrics: add secondary parameterAlexandre Flament2021-04-21
* [enh] rewrite and enhance metricsAlexandre Flament2021-04-21
* [mod] refactoring: processorsAlexandre Flament2021-04-21
* [enh] add ability to send engine data to subsequent requestsAdam Tauber2021-03-06
* [mod] results: don't crash when an engine don't have a categoryAlexandre Flament2020-12-10
* [enh] record details exception per engineAlexandre Flament2020-12-03
* [mod] pylint: numerous minor code fixesAlexandre Flament2020-12-01
* [mod] remove unused importAlexandre Flament2020-11-14
* [mod] result.py: merge infobox URL and attributes when the same label or the ...Alexandre Flament2020-10-28
* Drop Python 2 (3/n): objectsDalf2020-09-10
* Drop Python 2 (1/n): remove unicode string and url_utilsDalf2020-09-10
* [mod] results.py: code clean up (#2140)Alexandre Flament2020-09-08
* add engine's name in infobox's headerMarc Abonce Seguin2020-08-09
* Created new plugin type custom_results. Added new plugin bang_redirect (#2027)Lukas van den Berk2020-07-03
* [enh] add routing directions to osm search - closes #254Adam Tauber2020-06-09
* add display_error_messages option to engine settingsNoémi Ványi2020-05-31
* [fix] translate engine errors to Occitan when configuredNoémi Ványi2020-04-17
* [mod] speed optimizationDalf2019-11-15
* add initial support for offline engines && command engineNoémi Ványi2019-10-16
* [fix] don't merge image results if the img_src is differentDalf2019-07-27
* [enh] Add Server-Timing header (#1637)Alexandre Flament2019-07-17
* [fix] skip non-string result url/title/contentAdam Tauber2017-12-01
* results: make engines of results setNoémi Ványi2017-11-03
* ensure all parameters are merged in resultsmarc2017-07-26
* change unresponsive_engines to a set to eliminate duplication of errorsNoémi Ványi2017-07-20
* show engine errors in infobox && add new error alertNoémi Ványi2017-07-12
* [mod] add category to each results, and change group criterias (template and ...Alexandre Flament2017-05-22
* [enh] py3 compatibilityAdam Tauber2017-05-15
* [enh] show spelling correctionsDavid A Roberts2017-01-16
* [mod] result_container.extend sets result['engine'] = engine_name for each re...Alexandre Flament2016-12-30
* [enh] add quick answer functionality with an example answererAdam Tauber2016-11-19
* Clean up the architecturedalf2016-11-02
* [fix] don't merge results with distinct fragmentsDavid A Roberts2016-08-14
* [fix] merge infoboxes based on weightmarc2016-08-05
* [fix] urls merge in infobox (#593)marc2016-08-05
* Merge pull request #621 from stepshal/anomalous-backslash-in-stringAdam Tauber2016-07-18
|\
| * Fix anomalous backslash in stringstepshal2016-07-11
* | [fix] pep8Adam Tauber2016-07-17