To change the "Site Search" behaviour to search on partial words as well find the line in the code where you added the search function.
$KTSE_rsSearch->setSearchType("boleen"); // Or fulltext
and change to
$KTSE_rsSearch->setSearchType("normal");