mirror of
https://github.com/searxng/searxng.git
synced 2025-08-26 21:36:50 +02:00
[fix] preserve bangs in suggestions and corrections
This commit is contained in:
parent
40272b0044
commit
6626f01365
2 changed files with 3 additions and 2 deletions
|
@ -584,6 +584,7 @@ def index():
|
|||
'results.html',
|
||||
results=results,
|
||||
q=request.form['q'],
|
||||
query_prefix=u''.join((request.form['q']).rsplit(search_query.query.decode('utf-8'), 1)),
|
||||
selected_categories=search_query.categories,
|
||||
pageno=search_query.pageno,
|
||||
time_range=search_query.time_range,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue