I haven't seen a solution posted, so here is one:
In
search.php (the one under /customer) add the following under #Navigation Code
Code:
$smarty->assign("total_products_in_search",$total_products_in_search);
Then you can call {$total_products_in_search} from search_result.tpl
Hope someone finds this helpful.
John