summaryrefslogtreecommitdiff
path: root/searx/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/search.py')
-rw-r--r--searx/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/search.py b/searx/search.py
index 9c66f75fc..9c1c19446 100644
--- a/searx/search.py
+++ b/searx/search.py
@@ -268,7 +268,7 @@ def get_search_query_from_webapp(preferences, form):
raw_text_query = RawTextQuery(form['q'], disabled_engines)
# set query
- query = raw_text_query.getSearchQuery()
+ query = raw_text_query.getQuery()
# get and check page number
pageno_param = form.get('pageno', '1')