add keywords in searchbox
path:theme/customMicroanalytix/views/shared/headers.cshtml
add in
<div class="search-box"> the following codes as below
<div>You may like:
<ul>
<li style="width:100px;"><a href="search?q=Filter+paper" target="_blank">Filter Paper</a></li>
<li style="width:100px;"><a href="search?q=Filter+paper" target="_blank">Membrane filter</a></li>
<li style="width:100px;"><a href="search?q=Filter+paper" target="_blank">Syringe filter</a></li>
</ul>
</div>