mirror of https://github.com/searxng/searxng.git
Add Hoogle search engine
This commit is contained in:
parent
1e9dab08e6
commit
45120bc711
|
@ -281,6 +281,18 @@ engines:
|
||||||
disabled : True
|
disabled : True
|
||||||
shortcut : habr
|
shortcut : habr
|
||||||
|
|
||||||
|
- name : hoogle
|
||||||
|
engine : json_engine
|
||||||
|
paging : True
|
||||||
|
search_url : https://www.haskell.org/hoogle/?mode=json&hoogle={query}&start={pageno}
|
||||||
|
results_query : results
|
||||||
|
url_query : location
|
||||||
|
title_query : self
|
||||||
|
content_query : docs
|
||||||
|
page_size : 20
|
||||||
|
categories : it
|
||||||
|
shortcut : ho
|
||||||
|
|
||||||
- name : ina
|
- name : ina
|
||||||
engine : ina
|
engine : ina
|
||||||
shortcut : in
|
shortcut : in
|
||||||
|
|
Loading…
Reference in New Issue