mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 00:09:18 +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
|
@ -737,7 +737,6 @@ def autocompleter():
|
|||
|
||||
# parse query
|
||||
raw_text_query = RawTextQuery(str(request.form.get('q', b'')), disabled_engines)
|
||||
raw_text_query.parse_query()
|
||||
|
||||
# check if search query is set
|
||||
if not raw_text_query.getSearchQuery():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue