Index: classes.php
===================================================================
--- classes.php	(revision 2629)
+++ classes.php	(working copy)
@@ -501,6 +501,8 @@
 			$where .= ' AND (post_status = "static")';
 		} elseif ($this->is_single) {
 			$where .= ' AND (post_status != "static")';
+		} elseif ($this->is_search) {
+			$where .= ' AND (post_status = "publish" OR post_status = "static")';
 		} else {
 			$where .= ' AND (post_status = "publish"';
 
