commit: 45120bc71190b03d549547a696e8aa019277200a
parent 1e9dab08e6102383840777e61732fa8e2df78d7c
Author: David A Roberts <d@vidr.cc>
Date: Sun, 14 Aug 2016 21:48:57 +1000
Add Hoogle search engine
Diffstat:
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/searx/settings.yml b/searx/settings.yml
@@ -281,6 +281,18 @@ engines:
disabled : True
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
engine : ina
shortcut : in