So what are you saying? I haven't changed anything regarding the search function. So however it was made out of the box with PowerStore v2, that's how it's working right now.
So since my url is different than yours, what does that mean? The form for activating the search is different? Or something else? My form for the search function looks like this:
<div id="searchBox">
<form id="searchForm" method="get" action="Products_Results.php" >
<input type="text" name="S_ProductName" id="S_ProductName" /><input name="Search" type="image" id="Search" src="Images/searchButton2.png" alt="Search" align="absmiddle" />
</form>
</div>
The only thing I changed was the button image. I doubt that's the reason it's not working.
What happens is that it just shows a product results page showing all my products. Not actually searching. So what do I need to change?

mydomain.com/Products_Results.php?Search=Search&S_ProductName=noproduct
and returns:
Product List
No results for your search
