Site Search only searches Full words and  I want to be able to search on partial words as well and

Site Search only searches Full words and I want to be able to search on partial words as well and

How to force "Site Search" to use partial words
divider

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");
Written by:  - 28 Sep, 2009