mirror of
https://github.com/searxng/searxng.git
synced 2025-07-23 13:19:17 +02:00
[enh] add ability to send engine data to subsequent requests
This commit is contained in:
parent
87f4cc4a9e
commit
44f4a9d49a
9 changed files with 50 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue