diff options
Diffstat (limited to 'searx/engines/google_scholar.py')
| -rw-r--r-- | searx/engines/google_scholar.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/engines/google_scholar.py b/searx/engines/google_scholar.py index 8b47360a8..48c303529 100644 --- a/searx/engines/google_scholar.py +++ b/searx/engines/google_scholar.py @@ -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 |