summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-10-29 15:09:40 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-11-25 09:34:02 +0100
commit5fbea0b62df9877b4c07489ca631ced7af0d939b (patch)
tree7a24fc678b500ce153246f5dc6f08832c6c4693f /searx/webapp.py
parenteb59b4604a6c9de2ac6943d07a2a09a06e7e279a (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-xsearx/webapp.py3
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,
)