mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[enh] add ability to send engine data to subsequent requests
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user