diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2024-10-29 15:09:40 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-11-25 09:34:02 +0100 |
| commit | 5fbea0b62df9877b4c07489ca631ced7af0d939b (patch) | |
| tree | 7a24fc678b500ce153246f5dc6f08832c6c4693f /searx/webapp.py | |
| parent | eb59b4604a6c9de2ac6943d07a2a09a06e7e279a (diff) | |
[refactor] <type> element isn't a part of the RSS 2.0 spec [1]
[1] https://cyber.harvard.edu/rss/rss.html
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/webapp.py')
| -rwxr-xr-x | searx/webapp.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 1c0158382..8158256e6 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -731,9 +731,6 @@ def search(): response_rss = render( 'opensearch_response_rss.xml', results=results, - answers=result_container.answers, - corrections=result_container.corrections, - suggestions=result_container.suggestions, q=request.form['q'], number_of_results=result_container.number_of_results, ) |