Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes accordingly.

This commit is contained in:
Dalf 2019-07-16 16:27:29 +02:00
parent ddee4861ce
commit c7220b40ea
8 changed files with 25 additions and 14 deletions

View file

@ -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):