mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
add OpenAIRE engine as a json engine
This is the continuation of #1048 created by @jibe-b. Closes #1048
This commit is contained in:
parent
9c2b7a82f0
commit
7de8b43eb2
@ -415,6 +415,18 @@ engines:
|
|||||||
shortcut : nt
|
shortcut : nt
|
||||||
disabled : True
|
disabled : True
|
||||||
|
|
||||||
|
- name : openaire
|
||||||
|
engine : json_engine
|
||||||
|
paging : True
|
||||||
|
search_url : http://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
|
||||||
|
results_query : response/results/result
|
||||||
|
url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
|
||||||
|
title_query : metadata/oaf:entity/oaf:result/title/$
|
||||||
|
content_query : metadata/oaf:entity/oaf:result/description/$
|
||||||
|
categories : science
|
||||||
|
shortcut : oa
|
||||||
|
timeout: 5.0
|
||||||
|
|
||||||
- name : openstreetmap
|
- name : openstreetmap
|
||||||
engine : openstreetmap
|
engine : openstreetmap
|
||||||
shortcut : osm
|
shortcut : osm
|
||||||
|
Loading…
Reference in New Issue
Block a user