mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
[fix] enable paging support for arxiv engine
This commit is contained in:
@@ -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}'
|
||||
|
||||
Reference in New Issue
Block a user