diff options
| author | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-07-17 18:42:30 +0200 |
|---|---|---|
| committer | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-07-25 23:19:46 +0200 |
| commit | 93c0c49e9aba719c8c8e6b171e0dd515a586d32b (patch) | |
| tree | 061d9394011fc36a805f5e04c227962fc1372dfb /searx/webapp.py | |
| parent | 3a9c3fbd68486ad8c5d98038f16f29f8f233f7a3 (diff) | |
add time range search with yahoo
Diffstat (limited to 'searx/webapp.py')
| -rw-r--r-- | searx/webapp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index e9d27a0db..7ae826026 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -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, |