1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-22 12:10:11 +01:00

Merge pull request #205 from unixfox/patch-2

Add missing parameter for mobile UI search
This commit is contained in:
Alexandre Flament 2021-07-15 17:19:12 +02:00 committed by GitHub
commit f376b4ed3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,6 +287,7 @@ def request(query, params):
additional_parameters = {}
if use_mobile_ui:
additional_parameters = {
'asearch': 'arc',
'async': 'use_ac:true,_fmt:pc',
}