mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 00:09:18 +02:00
Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes accordingly.
This commit is contained in:
parent
ddee4861ce
commit
c7220b40ea
8 changed files with 25 additions and 14 deletions
|
@ -64,7 +64,7 @@ form = {
|
|||
preferences = searx.preferences.Preferences(['oscar'], searx.engines.categories.keys(), searx.engines.engines, [])
|
||||
preferences.key_value_settings['safesearch'].parse(args.safesearch)
|
||||
|
||||
search_query = searx.search.get_search_query_from_webapp(preferences, form)
|
||||
search_query, raw_text_query = searx.search.get_search_query_from_webapp(preferences, form)
|
||||
search = searx.search.Search(search_query)
|
||||
result_container = search.search()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue