mirror of
https://github.com/searxng/searxng.git
synced 2026-01-03 01:20:02 +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']
|
categories = ['science']
|
||||||
|
paging = True
|
||||||
|
|
||||||
base_url = 'http://export.arxiv.org/api/query?search_query=all:'\
|
base_url = 'http://export.arxiv.org/api/query?search_query=all:'\
|
||||||
+ '{query}&start={offset}&max_results={number_of_results}'
|
+ '{query}&start={offset}&max_results={number_of_results}'
|
||||||
|
|||||||
Reference in New Issue
Block a user