]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/Change_the_ikiwiki.info_search_box_to_not_using_Google.mdwn
47ec555c860cceb836a791f8864502cf01916035
[git.ikiwiki.info.git] / doc / todo / Change_the_ikiwiki.info_search_box_to_not_using_Google.mdwn
1 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).
3 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.
5 With both engines adding the "site:ikiwiki.info" string to the search terms limit results to these present on ikiwiki.info.
7 > I've had a first stab at implementing this. It's in [my fork on
8 > GitHub](https://github.com/jmtd/ikiwiki/tree/duckduckgo), specifically branch
9 > "duckduckgo" commit
10 > [8aeca188f96594f3fb314b75b7ef316f808b4271](https://github.com/jmtd/ikiwiki/commit/8aeca188f96594f3fb314b75b7ef316f808b4271).
11 > It's also live on <https://jmtd.net/>. — [[Jon]] [[!tag patch]]