summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
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,
)