diff options
author | Adam Tauber <asciimoo@gmail.com> | 2021-03-02 14:24:55 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2021-03-06 12:12:35 +0100 |
commit | 44f4a9d49a0d78668b37fca8558ae63c5fdef271 (patch) | |
tree | 5eb04f4a6efc0537fc21d019990428b4a9b5c4b6 /searx/webapp.py | |
parent | 87f4cc4a9e51f1215f1450ea056ac40e7a961978 (diff) | |
download | searxng-44f4a9d49a0d78668b37fca8558ae63c5fdef271.tar.gz searxng-44f4a9d49a0d78668b37fca8558ae63c5fdef271.zip |
[enh] add ability to send engine data to subsequent requests
Diffstat (limited to 'searx/webapp.py')
-rwxr-xr-x | searx/webapp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index f1034c270..ed1e9ce49 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -730,6 +730,7 @@ def search(): answers=result_container.answers, corrections=correction_urls, infoboxes=result_container.infoboxes, + engine_data=result_container.engine_data, paging=result_container.paging, unresponsive_engines=__get_translated_errors(result_container.unresponsive_engines), current_language=match_language(search_query.lang, |