summaryrefslogtreecommitdiff
path: root/searx/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/search.py')
-rw-r--r--searx/search.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/search.py b/searx/search.py
index 3695128ab..66e3d62d8 100644
--- a/searx/search.py
+++ b/searx/search.py
@@ -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()