for your fix..in search.php add this in red, depending on your theme (this is bender) under your "search title" header
<?php osc_run_hook('search_ads_listing_top'); ?>
<h1><?php echo search_title(); ?></h1>
<p><?php echo osc_category_description(); ?></p>
<?php if(osc_count_items() == 0) { ?>
<p class="empty" ><?php printf(__('There are no results matching "%s"', 'bender'), osc_search_pattern()) ; ?></p>
<?php } else { ?>
now to figure out why the description is not being used in the meta tag.......