mirror of
https://github.com/searxng/searxng.git
synced 2024-11-12 13:11:11 +00:00
[fix] enable paging support for arxiv engine
This commit is contained in:
parent
ed1c1bdb04
commit
c98a2df36d
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue