summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-09-09 12:17:58 +0200
committerAlexandre Flament <alex@al-f.net>2020-09-12 15:25:58 +0200
commitdf12ed6e5563e9c78c98ca31ee11ce5fc508bc2a (patch)
treeea6271d1bee6e803e0200b7db50bd0b6d5ce56c4 /searx/webapp.py
parent2370234d0978f59dd62efa4a4931e41ad31444d1 (diff)
downloadsearxng-df12ed6e5563e9c78c98ca31ee11ce5fc508bc2a.tar.gz
searxng-df12ed6e5563e9c78c98ca31ee11ce5fc508bc2a.zip
[mod] searx.RawTextQuery: the constructor call parse_query
Diffstat (limited to 'searx/webapp.py')
-rwxr-xr-xsearx/webapp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index a1b0413aa..89cbed3be 100755
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -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():