Index: search.php
===================================================================
--- search.php	(revision 2432)
+++ search.php	(working copy)
@@ -24,13 +24,12 @@
 
 <?php if ( $relevant ) : ?>
 <div id="results-relevant" class="search-results">
-	<h4><?php _e('Relevant posts')?></h4>
+	<h4><?php _e( 'Relevant Topics' ) ?></h4>
 	<ol>
-<?php foreach ( $relevant as $bb_post ) : ?>
+<?php foreach ( $relevant as $topic ) : ?>
 		<li<?php alt_class( 'relevant' ); ?>>
-			<a href="<?php post_link(); ?>"><?php topic_title($bb_post->topic_id); ?></a>
-			<span class="freshness"><?php printf( __('Posted %s'), bb_datetime_format_i18n( bb_get_post_time( array( 'format' => 'timestamp' ) ) ) ); ?></span>
-			<p><?php post_text(); ?></p>
+			<a href="<?php topic_link(); ?>"><?php topic_title(); ?></a>
+			<span class="freshness"><?php printf( __( 'Last post <a href="%1$s" title="%2$s">%3$s ago</a> by <a href="%4$s">%5$s</a>' ), get_topic_last_post_link(), get_topic_time( array( 'format' => 'datetime' ) ), get_topic_time(), get_user_profile_link( $topic->topic_last_poster ), get_topic_last_poster() ); ?></span>
 		</li>
 <?php endforeach; ?>
 	</ol>
