mirror of
https://github.com/searx/searx
synced 2025-02-02 03:06:50 +01:00
parent
ee86a63556
commit
3bcca43abf
@ -140,6 +140,9 @@ def response(resp):
|
||||
for row in mainline:
|
||||
|
||||
mainline_type = row.get('type', 'web')
|
||||
if mainline_type != keyword:
|
||||
continue
|
||||
|
||||
if mainline_type == 'ads':
|
||||
# ignore adds
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user