mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 02:41:00 +00:00
[fix] google: display every result when keyword is contained in content field
This commit is contained in:
parent
fa4dfd4efe
commit
fa108c140f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ filter_mapping = {0: 'off', 1: 'medium', 2: 'high'}
|
|||
results_xpath = './/div[contains(@jscontroller, "SC7lYd")]'
|
||||
title_xpath = './/a/h3[1]'
|
||||
href_xpath = './/a[h3]/@href'
|
||||
content_xpath = './/div[@data-sncf="1"]'
|
||||
content_xpath = './/div[contains(@data-sncf, "1")]'
|
||||
|
||||
# Suggestions are links placed in a *card-section*, we extract only the text
|
||||
# from the links not the links itself.
|
||||
|
|
Loading…
Reference in a new issue