First, great product! Second, I'm currently testing the free version on my company's dynamic website to see if we want to switch our current search engine to the enterprise version of your product. So far I have everything setup and working well except for one issue.
The site is .NET 3.5 framework. I'm using a custom search page (default.aspx), inside my Search folder, with the embedded CGI code added per manual instructions. I modified the CGI search page template to display the following layout on my search page:
In my site header, I have a search box and button which submits search terms to my custom search page and displays the results just fine. I also have a search box and button on my search results page so users can reenter search keywords there instead of having to go back up the site common header. When I submit the keyword search from the results page box, the displayed results are still based on the query string keyword results from the site header search box. How do I resolve that issue and get the search results page search submission to update to the new keyword search?
The site is .NET 3.5 framework. I'm using a custom search page (default.aspx), inside my Search folder, with the embedded CGI code added per manual instructions. I modified the CGI search page template to display the following layout on my search page:
Code:
<!--ZOOM_SHOW_HEADING--> <!--ZOOM_SHOW_SUMMARY--> <!--ZOOM_SHOW_PAGESCOUNT--> <br /> <!--ZOOM_SHOW_PAGENUMBERS--> <!--ZOOM_SHOW_RESULTS--> <!--ZOOM_SHOW_PAGENUMBERS--> <br />
Comment