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