diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index ed140b08a..4feebfcd0 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -87,6 +87,16 @@ engines: - name : btdigg engine : btdigg shortcut : bt + + - name : crossref + engine : json_engine + paging : True + search_url : http://search.crossref.org/dois?q={query}&page={pageno} + url_query : doi + title_query : title + content_query : fullCitation + categories : science + shortcut : cr - name : currency engine : currency_convert @@ -206,7 +216,7 @@ engines: - name : google scholar engine : xpath paging : True - search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1' + search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1 results_xpath : //div[@class="gs_r"]/div[@class="gs_ri"] url_xpath : .//h3/a/@href title_xpath : .//h3/a |