summaryrefslogtreecommitdiff
path: root/searx/engines/google_images.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2025-03-06 16:47:40 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-03-07 10:07:41 +0100
commit08a90d46d6f23607ddecf2a2d9fa216df69d2fac (patch)
tree0840c814a05a70a83f5f95c2b187a42ec75be3c4 /searx/engines/google_images.py
parente7cb18c3dd9552311628f325c57b760f2bfd420c (diff)
[doc] add missing docs for the search.max_page setting
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/engines/google_images.py')
-rw-r--r--searx/engines/google_images.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/engines/google_images.py b/searx/engines/google_images.py
index 68fcf6122..89db887b1 100644
--- a/searx/engines/google_images.py
+++ b/searx/engines/google_images.py
@@ -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