Code you need is here. Place it in search.php right before line: <?php osc_current_web_theme_path('footer.php') ; ?>:
<div id="related-searches">
<h5><?php _e('Other searches that may interest you','epsilon'); ?></h5>
<?php foreach($footerLinks as $f) { View::newInstance()->_exportVariableToView('footer_link', $f); ?>
<?php //if($f['total'] < 3) continue; ?>
<a href="<?php echo osc_footer_link_url(); ?>"><?php echo osc_footer_link_title(); ?></a>
<?php } ?>
</div>