mirror of https://github.com/searxng/searxng.git
[enh] paging added to example engine
This commit is contained in:
parent
ca271fd861
commit
a6df9c82d7
|
@ -8,6 +8,8 @@ def request(query, params):
|
||||||
headers : {}
|
headers : {}
|
||||||
data : {} # if method == POST
|
data : {} # if method == POST
|
||||||
url : ''
|
url : ''
|
||||||
|
category: 'search category'
|
||||||
|
pageno : 1 # number of the requested page
|
||||||
'''
|
'''
|
||||||
|
|
||||||
params['url'] = 'https://host/%s' % query
|
params['url'] = 'https://host/%s' % query
|
||||||
|
|
Loading…
Reference in New Issue