diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 4ade99a06..1a5d85d1a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1,6 +1,7 @@ general: debug: false # Debug mode, only for development instance_name: "SearXNG" # displayed name + privacypolicy_url: false # https://example.com/privacy contact_url: false # mailto:contact@example.com enable_metrics: true # record stats @@ -1585,8 +1586,8 @@ engines: search_url: https://www.mojeek.com/search?q={query}&s={pageno} results_xpath: //a[@class="ob"] url_xpath: ./@href - title_xpath: ./.. - content_xpath: ../../p[@class="s"] + title_xpath: ./h2 + content_xpath: ../p[@class="s"] suggestion_xpath: /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a first_page_num: 0 page_size: 10 |