For fast access to MoinMoin's search, I played around on mycroft and created a search plugin for Firefox etc.
You can get the plugin from http://mycroft.mozdev.org/search-engines.html?name=moinmoin
Please provide feedback -- CarstenLemmen 2009-01-06 16:56:29
There is another page MozillaSearchPlugin with a description on how to do this for your very own wiki.
Source code
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<!-- Created on Tue, 06 Jan 2009 16:50:20 GMT -->
<ShortName>MoinMoin</ShortName>
<Description>Fulltext search on MoinMoin wiki site (http://moinmo.in)</Description>
<Url type="text/html" method="get" template="http://www.moinmo.in/FindPage?action=fullsearch&context=180&value={searchTerms}&fullsearch=Text"/>
<Image width="16" height="16">http://mycroft.mozdev.org/updateos.php/id0/in.moinmo.a9.ico</Image>
<Developer>Carsten Lemmen</Developer>
<InputEncoding>UTF-8</InputEncoding>
<moz:SearchForm>http://www.moinmo.in/FindPage</moz:SearchForm>
<moz:UpdateUrl>http://mycroft.mozdev.org/updateos.php/id0/in.moinmo.a9.xml</moz:UpdateUrl>
<moz:IconUpdateUrl>http://mycroft.mozdev.org/updateos.php/id0/in.moinmo.a9.ico</moz:IconUpdateUrl>
<moz:UpdateInterval>7</moz:UpdateInterval>
</OpenSearchDescription>