[doc] add missing docs for the search.max_page setting

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2025-03-06 16:47:40 +01:00 committed by Markus Heiser
parent e7cb18c3dd
commit 08a90d46d6
6 changed files with 24 additions and 0 deletions

View file

@ -20,6 +20,7 @@ about = {
categories = ['general']
paging = True
max_page = 5
"""Ask.com has at max 5 pages."""
# Base URL
base_url = "https://www.ask.com/web"

View file

@ -53,6 +53,10 @@ about = {
categories = ['general', 'web']
paging = True
max_page = 50
"""`Google: max 50 pages`_
.. _Google: max 50 pages: https://github.com/searxng/searxng/issues/2982
"""
time_range_support = True
safesearch = True

View file

@ -47,6 +47,11 @@ about = {
categories = ['images', 'web']
paging = True
max_page = 50
"""`Google: max 50 pages`_
.. _Google: max 50 pages: https://github.com/searxng/searxng/issues/2982
"""
time_range_support = True
safesearch = True
send_accept_language_header = True

View file

@ -51,6 +51,10 @@ about = {
categories = ['science', 'scientific publications']
paging = True
max_page = 50
"""`Google: max 50 pages`_
.. _Google: max 50 pages: https://github.com/searxng/searxng/issues/2982
"""
language_support = True
time_range_support = True
safesearch = False

View file

@ -61,6 +61,10 @@ about = {
categories = ['videos', 'web']
paging = True
max_page = 50
"""`Google: max 50 pages`
.. _Google: max 50 pages: https://github.com/searxng/searxng/issues/2982
"""
language_support = True
time_range_support = True
safesearch = True