ahh, i look at the search.php, an i found the_excerpt() ..
i edit this :
<?php the_content(“__(‘Read the rest of this entry ?’)”); ?>
to this:
<?php the_excerpt(“__(‘Read the rest of this entry ?’)”); ?>
An now it works for me ??
Thanks for the help.