Index: search.php
===================================================================
--- search.php	(revision 2428)
+++ search.php	(working copy)
@@ -14,6 +14,8 @@
 
 	$bb_query_form->BB_Query_Form( 'post', array( 'search' => $q ), array( 'post_status' => 0, 'topic_status' => 0, 'search', 'forum_id', 'tag', 'topic_author', 'post_author' ), 'bb_relevant_search' );
 	$relevant = $bb_query_form->results;
+	
+	$bb_query_form->type = 'topic';
 
 	$q = $bb_query_form->get( 'search' );
 }

