diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-11-01 21:27:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-01 21:27:57 +0100 |
| commit | 3d50b0288dc2ba42baf550353f3fb5bee6462754 (patch) | |
| tree | 3931e34b8501cd58db58cb651b0193ee46c23eb8 /searx/settings.yml | |
| parent | 6d28e9d6945b5510b3d861e20521554435a10f63 (diff) | |
| parent | 5954a8e16a64a369072a7487f62b6396a451ae5f (diff) | |
Merge pull request #1075 from kvch/finish-jibe-b-engines
Finish PRs of @jibe-b: pubmed, oa_doi_rewrite, openaire, arxiv
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 6f44a3b8b..067a842e4 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -60,6 +60,12 @@ engines: disabled : True shortcut : ai + - name : arxiv + engine : arxiv + shortcut : arx + categories : science + timeout : 4.0 + - name : base engine : base shortcut : bs @@ -409,6 +415,18 @@ engines: shortcut : nt 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 engine : openstreetmap shortcut : osm @@ -442,6 +460,12 @@ engines: url: https://pirateproxy.red/ timeout : 3.0 + - name : pubmed + engine : pubmed + shortcut : pub + categories: science + timeout : 3.0 + - name : qwant engine : qwant shortcut : qw @@ -694,3 +718,10 @@ locales: tr : Türkçe (Turkish) uk : українська мова (Ukrainian) zh : 中文 (Chinese) + +doi_resolvers : + oadoi.org : 'https://oadoi.org/' + doi.org : 'https://doi.org/' + doai.io : 'http://doai.io/' + +default_doi_resolver : 'oadoi.org' |