mirror of
https://github.com/searxng/searxng.git
synced 2025-07-19 03:09:25 +02:00
add time range search with yahoo
This commit is contained in:
parent
3a9c3fbd68
commit
93c0c49e9a
4 changed files with 35 additions and 11 deletions
|
@ -459,6 +459,7 @@ def index():
|
|||
paging=search.paging,
|
||||
number_of_results=format_decimal(number_of_results),
|
||||
pageno=search.pageno,
|
||||
time_range=search.time_range,
|
||||
base_url=get_base_url(),
|
||||
suggestions=search.result_container.suggestions,
|
||||
answers=search.result_container.answers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue