summaryrefslogtreecommitdiff
path: root/searx/query.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/query.py')
-rw-r--r--searx/query.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/query.py b/searx/query.py
index f76bd91d3..5265ac914 100644
--- a/searx/query.py
+++ b/searx/query.py
@@ -145,6 +145,7 @@ class RawTextQuery(object):
self.query_parts[-1] = search_query
else:
self.query_parts.append(search_query)
+ return self
def getSearchQuery(self):
if len(self.query_parts):