mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 01:39:24 +02:00
[mod] searx.RawTextQuery: the constructor call parse_query
This commit is contained in:
parent
2370234d09
commit
df12ed6e55
4 changed files with 2 additions and 12 deletions
|
@ -266,7 +266,6 @@ def get_search_query_from_webapp(preferences, form):
|
|||
# parse query, if tags are set, which change
|
||||
# the serch engine or search-language
|
||||
raw_text_query = RawTextQuery(form['q'], disabled_engines)
|
||||
raw_text_query.parse_query()
|
||||
|
||||
# set query
|
||||
query = raw_text_query.getSearchQuery()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue