diff options
author | Adam Tauber <asciimoo@gmail.com> | 2019-11-28 19:33:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-28 19:33:08 +0000 |
commit | 8721be2f7d37b314b2ce01c29b3fbd6dc03aa3aa (patch) | |
tree | 0948f27fb0648632222ccb8f4652bcdc5208b4ef /searx | |
parent | 789d71350d0348e43eb158995bfabc47f50915a6 (diff) | |
parent | 07d02502411ef5097d3394e0615010461ec32878 (diff) | |
download | searxng-8721be2f7d37b314b2ce01c29b3fbd6dc03aa3aa.tar.gz searxng-8721be2f7d37b314b2ce01c29b3fbd6dc03aa3aa.zip |
Merge pull request #1682 from Venca24/devel_mojeek
[fix] mojeek engine
Diffstat (limited to 'searx')
-rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 835fbe5f6..0384052c1 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -744,7 +744,7 @@ engines: 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 : 1 + first_page_num : 0 page_size : 10 disabled : True |