I have created a website, and use Zoom Indexer 6 (build 1023) as the search engine. Here's the URL to the web site: http://www.wildbluetools.com/content/ZoomTest/installer.html
I have a search box on this page, which I have embedded using this code:
<div id="SearchBox">
<form method="GET" action="search.html">
<input size="40" id="zoom_query" type="text">
<button type="submit" value></button>
</form>
</div><!--end of SearchBox-->
On my search.html file, I have this code:
<div id="MainContentArea">
<script language="JavaScript">ZoomSearch();</script>
<noscript>You must have JavaScript enabled to use this version of the search engine.</noscript>
</div><!--end of Main-->
The drop down menus have this same coding on their sub-pages. If you hover over one of the menu topics (like ODU), and click when it turns yellow, you'll see the search box. I've created the same zoom .zcfg files, allowing for the appropriate sub-directory changes, for all menu topics and the home page. I run the menu indexers before I run to root level indexer. The log files all look like I expect.
The .zcfg files can be downloaded from http://www.wildbluetools.com/content/ZoomTest/Zoom_CDVersion/
After indexing the whole site, and uploading all zoom*.* files, my home (root) index fails to produce any results. HOWEVER, if I go to a menu topic, the index WORKS ????? A good example keyword is VS1100.
Can someone help me find my error??? I have a publishing deadline of August 26th, and I just can't see what I've done wrong. Thank you for any assistance offered.
Warm regards,
Karen Mallette (aka Drgnslyr)
I have a search box on this page, which I have embedded using this code:
<div id="SearchBox">
<form method="GET" action="search.html">
<input size="40" id="zoom_query" type="text">
<button type="submit" value></button>
</form>
</div><!--end of SearchBox-->
On my search.html file, I have this code:
<div id="MainContentArea">
<script language="JavaScript">ZoomSearch();</script>
<noscript>You must have JavaScript enabled to use this version of the search engine.</noscript>
</div><!--end of Main-->
The drop down menus have this same coding on their sub-pages. If you hover over one of the menu topics (like ODU), and click when it turns yellow, you'll see the search box. I've created the same zoom .zcfg files, allowing for the appropriate sub-directory changes, for all menu topics and the home page. I run the menu indexers before I run to root level indexer. The log files all look like I expect.
The .zcfg files can be downloaded from http://www.wildbluetools.com/content/ZoomTest/Zoom_CDVersion/
After indexing the whole site, and uploading all zoom*.* files, my home (root) index fails to produce any results. HOWEVER, if I go to a menu topic, the index WORKS ????? A good example keyword is VS1100.
Can someone help me find my error??? I have a publishing deadline of August 26th, and I just can't see what I've done wrong. Thank you for any assistance offered.
Warm regards,
Karen Mallette (aka Drgnslyr)
Comment