mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02:00
[mod] search return value
This commit is contained in:
parent
4cc79533e7
commit
d1b12f9016
2 changed files with 13 additions and 17 deletions
|
@ -323,8 +323,7 @@ def index():
|
|||
'index.html',
|
||||
)
|
||||
|
||||
search.results, search.suggestions,\
|
||||
search.answers, search.infoboxes = search.search(request)
|
||||
search.search(request)
|
||||
|
||||
for result in search.results:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue