--- modules/search/search.pages.inc	2007-12-06 15:51:01.000000000 +0600
+++ modules/search/search.pages.inc	2010-11-29 17:40:00.976470996 +0600
@@ -61,6 +61,8 @@ function search_view($type = 'node') {
 function template_preprocess_search_results(&$variables) {
   $variables['search_results'] = '';
   foreach ($variables['results'] as $result) {
+    $url = check_url($result['link']);
+    if (!strstr($url,'node/'))
     $variables['search_results'] .= theme('search_result', $result, $variables['type']);
   }
   $variables['pager'] = theme('pager', NULL, 10, 0);
