]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/Change_the_ikiwiki.info_search_box_to_not_using_Google.mdwn
updated branch; this is ready for review for inclusion in IkIWiki
[git.ikiwiki.info.git] / doc / todo / Change_the_ikiwiki.info_search_box_to_not_using_Google.mdwn
1 [[!template  id=gitbranch branch=duckduckgo author="[[Jon]]"]]
3 The search box on ikiwiki uses Google to look for documentation. Unfortunately to use the result page one have to accept Google terms of use, which may be annoying (since it is full of tracker and a real privacy nightmare).
5 Would it be possible to change the default behavior to use another search engine more privacy friendly such as https://duckduckgo.com or https://qwant.com.
7 With both engines adding the "site:ikiwiki.info" string to the search terms limit results to these present on ikiwiki.info.
9 > I've had a first stab at implementing this. It's in [my fork on
10 > GitHub](https://github.com/jmtd/ikiwiki/tree/duckduckgo), specifically [branch
11 > duckduckgo](https://github.com/jmtd/ikiwiki/tree/duckduckgo).
12 > It's also live on <https://jmtd.net/>. — [[Jon]] [[!tag patch]]
14 >> I've just updated this branch to not require JavaScript (I learned about a hidden parameter to
15 >> the search form for specifying the URLs to search under). In case this wasn't clear already, I
16 >> think this is ready for review and to consider merging to IkIWiki proper. *— [[Jon]], 2020-12-11*