mirror of
https://github.com/searx/searx
synced 2025-08-31 06:26:28 +00:00
Fix startpage
Fix issue with unicode caracters in startpage : we shouldn't urlencode them if we are using POST. Should fix #169. @dimqua can you confirm ?
This commit is contained in:
@@ -38,7 +38,6 @@ link_xpath = './/h3/a'
|
||||
# do search-request
|
||||
def request(query, params):
|
||||
offset = (params['pageno'] - 1) * 10
|
||||
query = urlencode({'q': query})[2:]
|
||||
|
||||
params['url'] = search_url
|
||||
params['method'] = 'POST'
|
||||
|
Reference in New Issue
Block a user