diff options
| author | x250 <49014564+x250@users.noreply.github.com> | 2019-11-03 13:21:41 -0500 |
|---|---|---|
| committer | x250 <49014564+x250@users.noreply.github.com> | 2019-11-03 13:21:41 -0500 |
| commit | 3ea5ea8faebab3f5cecc05757dec4eced82af900 (patch) | |
| tree | fe8c6936db0a11953e90c5e98383659babd5af9c | |
| parent | 42d5e2c02cd4715a0e09411efbb249ef5d8defed (diff) | |
Mojeek engine hotfix
| -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 |