Place the code bellow in search.php of your theme. Insert it after “<?php if (have_posts()) : ?>”

$allsearch = &new WP_Query("s=$s&showposts=-1");
$searchTerm= wp_specialchars($s, 1);
$postCount = $allsearch->post_count;

$searchTerm and $postCount will hold the data, echo them however you like.

Our WordPress themes
We have a few WordPress themes that we would like you to take a look at if you want.
check out the portfolio