hi. I've finally found a way to view product thumbnails in joomla search results.
The only condition is to have Virtuemart Extended search plugin which you can find in VM package.
These text is translated by Google, cause it was previously written by me in polish language.
I hope its not so bad to understand:
Here's how to make the search results to see thumbnails of Joomla Virtuemart products:
0th For we have worked Virtuemart plug-in installed Extended Search plugin, which is located by default in the package with the installation of VM!
1st We go to COMPONENTS \ COM_SEARCH \ views \ SEARCH \ tmpl \ default_results.php.
2nd We find a line number. 34 which looks like this:
<? Php echo $ result-> text;?>
and we add to it:
address to the folder thumbnails + call. At my call variable thumbs:
3rd<img src = "http://www.ADRESSKLEPU.pl/components/com_virtuemart/shop_image/product/<? php echo $ result-> thumb;?>">
$ Result-> thumb invented himself. They just have to cover with what type of call.
We now move to the file:
Plugins \ SEARCH \ vmxsearch.plugin.php
and find the line 149 by adding to it the text that pogrubiłem:
p.product_s_desc AS text, p.product_thumb_image AS thumb,
If everything came out correctly, you'll see thumbnails of the product description below for search results! Setting the thumbnails to the text will leave for you

-----
Added 10 later:
And how to make thumbnails link back to the original size of images?
How to add a link to product thumbnail of virtuemart in joomla search results?
<Img src = "http://www.ADRESSKLEPU.pl/components/com_virtuemart/shop_image/product/<? php echo $ result-> thumb;?>">
<A> add a link to the parameter $ result-> twojanazwaparametru, which must match the file vmxsearch.plugin.php; I called FULLIMG variable, ie I have:
namely:
4th
<A href = "http://www.ADRESSKLEPU.pl/components/com_virtuemart/shop_image/product/ <? Php echo $ result-> fullimg ;?>">
<Img src = "http://www.ADRESSKLEPU.pl/components/com_virtuemart/shop_image/product/<? php echo $ result-> thumb;?>">
</ A>
vmxsearch.plugin.php file in the code I added (blue):
5th p.product_s_desc AS text, p.product_thumb_image AS thumb, AS p.product_full_image fullimg,
Here's the post on my blog ; please visit it just to say thanks in comments
http://www.vsx.pl/virtuemart-miniaturki-w-wynikach-wyszukiwania-virtuemart-search-thumbs-thumbnails/