--- profileplus.module	2007-07-05 22:33:34.000000000 -0300
+++ profileplus.module.new	2007-07-12 12:58:47.296875000 -0300
@@ -88,16 +88,18 @@ function profile_search($op = 'search', 
                 $profile_fields = profile_view_profile($user);
 
                 $entry = array();
+                $view = '';
                 foreach($profile_fields as $category => $fields) {
                   foreach($fields as $field) {
                     $entry[] = $field['value'];
                   }
                   $view = implode(' | ', $entry);
-                  $find[] = array('title' => $user->name, 'link' => url("user/$user->uid"), 'snippet' => search_excerpt($keys, $view));
                 }
+                $find[] = array('title' => $user->name, 'link' => url("user/$user->uid"), 'snippet' => search_excerpt($keys, $view));
               }
           }
           return $find;
+
         }
       } // end search case
   }
