diff options
Diffstat (limited to 'searx/engines/google_scholar.py')
| -rw-r--r-- | searx/engines/google_scholar.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/google_scholar.py b/searx/engines/google_scholar.py index 6f33d1e1a..8d11c956f 100644 --- a/searx/engines/google_scholar.py +++ b/searx/engines/google_scholar.py @@ -51,6 +51,7 @@ about = { # engine dependent config categories = ['science', 'scientific publications'] paging = True +max_page = 50 language_support = True time_range_support = True safesearch = False |