thanks so ti works but two things :
1 - the search result is not SEF right, example
i have those links
http://www.mywebsite.org/index.php/component/rsgallery2/item/2521/asInline.html
instead that :
http://www.mywebsite.org/index.php/gallery/item/2521/asInline.html
gallery is the name i give to the component for url rewriting
also as you know it's a security issue to have the nam of the component in the url...
2 - the modifcation to make work the display of thumbnail in the search result as describe under work bu broke the display result for content search !
// To have thumbnails displayed in the search result, change in file :
// \administrator\components\com_search\helpers\search.php
// line 130 :
// return SearchHelper::_smartSubstr( strip_tags( $text ), $length, $searchword );
// to :
// return SearchHelper::_smartSubstr( $text , $length, $searchword );