Try this and see if it works for you. Line 49 of scripts/dosearch.inc.php looks like this:

"textsearch" => array("textsearch","post","alpha"),

Change that, to this:

"textsearch" => array("textsearch","post",""),

I think the process to make sure it only contains alphanumeric characters is breaking it.