Browse Source

[fix] enable paging support for arxiv engine

Adam Tauber 5 years ago
parent
commit
c98a2df36d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      searx/engines/arxiv.py

+ 1 - 0
searx/engines/arxiv.py

@@ -17,6 +17,7 @@ from searx.url_utils import urlencode
 
 
 categories = ['science']
+paging = True
 
 base_url = 'http://export.arxiv.org/api/query?search_query=all:'\
            + '{query}&start={offset}&max_results={number_of_results}'