Google hasn't yet completely spidered E2, but it's getting there. The following code will perform a fulltext search for you. Feel free to use it on your own page.

<!-- START E2 search -->
<script language="JavaScript">
function AddNegations() {
    if (document.e2search.q.value == '') {
        return false;
    }
    else {
	document.e2search.q.value += " -duplicates -\"nothing found\" -findings";
        return true;
	}
}
</script>
<FORM name=e2search method=GET 
         action="http://www.google.com/custom" 
         onsubmit="return AddNegations();">
<IMG SRC="http://209.249.55.156/images/e2.gif"><br>
<INPUT TYPE=text name=q size=30 maxlength=255 value="">
<INPUT type=submit name=sa VALUE="E2">
<INPUT type=hidden name=cof
	   VALUE="T:#000000;       LW:229;
              ALC:#cccc99;     L:http://209.249.55.156/images/e2.gif;
              LC:#003366;      LH:40;
              BGC:#ffffff;     AH:left;
              VLC:#7f7f66;     GL:0;
              AWFID:ae5436f6d46d4479;">
<INPUT type=hidden name=domains    value="everything2.com">
<INPUT type=hidden name=sitesearch value="everything2.com">
</FORM>
<!-- END E2 search -->