Zoomsearch v7.0 build 1004
I have the following code out put for indexing:
However, those links are all being indexed, as shown with this search:
... and now, having got this far, the search results are correct. Can only assume there is some cache issue with the server that was causing it to deliver old results instead of the recently uploaded database.
I've posted this in case it helps someone who spends and hour or more trying to track down a similar issue.
I have the following code out put for indexing:
Code:
<!--ZOOMSTOP--> <table cellpadding="3" cellspacing="0" border="0"> <tr> <!-- BeginNavigationElement --><td><form style="margin-bottom:0;" name="form1" action=""><select name="imagelist" class="imagequicklist" onchange="gotonewpage(this)"> <option value="Italemmezeta-Baby-Moped.htm">Italemmezeta Baby Moped</option> <option value="Italjet-1969-125-Rally.htm">Italjet 125 Rally c1969</option> etc etc <option value="Italjet-Velocifero-pale-blue.htm">Italjet Velocifero</option> </select></form></td><!-- EndNavigationElement --> </tr> </table> <!--ZOOMRESTART-->
... and now, having got this far, the search results are correct. Can only assume there is some cache issue with the server that was causing it to deliver old results instead of the recently uploaded database.
I've posted this in case it helps someone who spends and hour or more trying to track down a similar issue.
Comment