Open this file:
/plugins/search/magebridge/magebridge.php
Search for this:
$object->section = null;
$object->browsernav = 2;
Change to this:
$object->section = null;
$object->image = $result['thumbnail'];
$object->browsernav = 2;