[doc] add missing docs for the search.max_page setting
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
e7cb18c3dd
commit
08a90d46d6
@ -12,6 +12,7 @@
|
|||||||
favicon_resolver: ""
|
favicon_resolver: ""
|
||||||
default_lang: ""
|
default_lang: ""
|
||||||
ban_time_on_fail: 5
|
ban_time_on_fail: 5
|
||||||
|
max_page: 0
|
||||||
max_ban_time_on_fail: 120
|
max_ban_time_on_fail: 120
|
||||||
suspended_times:
|
suspended_times:
|
||||||
SearxEngineAccessDenied: 86400
|
SearxEngineAccessDenied: 86400
|
||||||
@ -75,6 +76,11 @@
|
|||||||
- fr
|
- fr
|
||||||
- fr-BE
|
- fr-BE
|
||||||
|
|
||||||
|
``max_page``:
|
||||||
|
If engine supports paging, 0 means unlimited numbers of pages. The value
|
||||||
|
is only applied if the engine itself does not have a max value that is
|
||||||
|
lower than this one.
|
||||||
|
|
||||||
``ban_time_on_fail``:
|
``ban_time_on_fail``:
|
||||||
Ban time in seconds after engine errors.
|
Ban time in seconds after engine errors.
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ about = {
|
|||||||
categories = ['general']
|
categories = ['general']
|
||||||
paging = True
|
paging = True
|
||||||
max_page = 5
|
max_page = 5
|
||||||
|
"""Ask.com has at max 5 pages."""
|
||||||
|
|
||||||
# Base URL
|
# Base URL
|
||||||
base_url = "https://www.ask.com/web"
|
base_url = "https://www.ask.com/web"
|
||||||
|
@ -53,6 +53,10 @@ about = {
|
|||||||
categories = ['general', 'web']
|
categories = ['general', 'web']
|
||||||
paging = True
|
paging = True
|
||||||
max_page = 50
|
max_page = 50
|
||||||
|
"""`Google: max 50 pages`_
|
||||||
|
|
||||||
|
.. _Google: max 50 pages: https://github.com/searxng/searxng/issues/2982
|
||||||
|
"""
|
||||||
time_range_support = True
|
time_range_support = True
|
||||||
safesearch = True
|
safesearch = True
|
||||||
|
|
||||||
|
@ -47,6 +47,11 @@ about = {
|
|||||||
categories = ['images', 'web']
|
categories = ['images', 'web']
|
||||||
paging = True
|
paging = True
|
||||||
max_page = 50
|
max_page = 50
|
||||||
|
"""`Google: max 50 pages`_
|
||||||
|
|
||||||
|
.. _Google: max 50 pages: https://github.com/searxng/searxng/issues/2982
|
||||||
|
"""
|
||||||
|
|
||||||
time_range_support = True
|
time_range_support = True
|
||||||
safesearch = True
|
safesearch = True
|
||||||
send_accept_language_header = True
|
send_accept_language_header = True
|
||||||
|
@ -51,6 +51,10 @@ about = {
|
|||||||
categories = ['science', 'scientific publications']
|
categories = ['science', 'scientific publications']
|
||||||
paging = True
|
paging = True
|
||||||
max_page = 50
|
max_page = 50
|
||||||
|
"""`Google: max 50 pages`_
|
||||||
|
|
||||||
|
.. _Google: max 50 pages: https://github.com/searxng/searxng/issues/2982
|
||||||
|
"""
|
||||||
language_support = True
|
language_support = True
|
||||||
time_range_support = True
|
time_range_support = True
|
||||||
safesearch = False
|
safesearch = False
|
||||||
|
@ -61,6 +61,10 @@ about = {
|
|||||||
categories = ['videos', 'web']
|
categories = ['videos', 'web']
|
||||||
paging = True
|
paging = True
|
||||||
max_page = 50
|
max_page = 50
|
||||||
|
"""`Google: max 50 pages`
|
||||||
|
|
||||||
|
.. _Google: max 50 pages: https://github.com/searxng/searxng/issues/2982
|
||||||
|
"""
|
||||||
language_support = True
|
language_support = True
|
||||||
time_range_support = True
|
time_range_support = True
|
||||||
safesearch = True
|
safesearch = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user