diff options
| -rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 2259de843..e5eb9dd65 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1604,6 +1604,7 @@ engines: url_xpath: //div[@class="snippet fdb"]/a/@href title_xpath: //span[@class="snippet-title"] content_xpath: //p[1][@class="snippet-description"] + suggestion_xpath: //div[@class="text-gray h6"]/a categories: general about: website: https://brave.com/search/ |