forked from zaclys/searxng
[fix] enable paging support for arxiv engine
This commit is contained in:
parent
ed1c1bdb04
commit
c98a2df36d
|
@ -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}'
|
||||||
|
|
Loading…
Reference in New Issue