Hmm, so in search_function.php right after:
Code:
if (($num_in_strings_arr > 0) && (strlen($path) == 0)) {
Add the following:
Code:
echo $num_in_strings_arr."<br>";
print_r($strings);
And then do a search for a single letter and tell me what prints out.