mirror of https://github.com/searx/searx
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…
Reference in New Issue