Thanks!
I also found how to remove the annoying redbox window at the top of the search results page that says:
There were no full word results, these results were generated using partial word matches.
In /skin1/modules/Smart_Search/smart_search.tpl
Go to around line 88 and comment out the following:
Code:
{if $partial_matches}
<p style="border: 1px solid #FF0000; padding:10px;" align="center">
{$lng.lbl_no_full_word_results}
</p>
{/if}