mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 01:39:24 +02:00
Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes accordingly.
This commit is contained in:
parent
ddee4861ce
commit
c7220b40ea
8 changed files with 25 additions and 14 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue