Hi all,
I've just discovered and have been enjoying zoom search!
My question involves the setup of my site and how zoom works. So, please excuse the verbosity, but here's what I'm experiencing.
My site is based around a single php page (site.php) which includes an iframe. The iframe gets populated by a separate htm. Which file appears in the iframe is determined by the token passed by the menu selection.
ex: Menu item 'contact us' points to <a href="site.php?contact"> which, through the use of some php code, will load contact.htm into the iframe.
So...zoomsearch works this way. It returns accurate hits, but more than I'd like. It will find site.php?contact as a hit. and also contact.htm as a hit.
My problem is that I'd rather only return hits for the htm pages, the links to which I'd like displayed in the iframe (name="main"). I see in the config how to point it to a frame and that works well, but can I limit it to htm files only?
I tried using the config screen to only select the htm files, but no results are found when I do that. I *think* that's because there are no spiderable links to those pages.
Ok...long winded, but that's my quandry. Any ideas would be greatly appreciated.
Thanks in advance,
~BouncerFL
I've just discovered and have been enjoying zoom search!
My question involves the setup of my site and how zoom works. So, please excuse the verbosity, but here's what I'm experiencing.
My site is based around a single php page (site.php) which includes an iframe. The iframe gets populated by a separate htm. Which file appears in the iframe is determined by the token passed by the menu selection.
ex: Menu item 'contact us' points to <a href="site.php?contact"> which, through the use of some php code, will load contact.htm into the iframe.
So...zoomsearch works this way. It returns accurate hits, but more than I'd like. It will find site.php?contact as a hit. and also contact.htm as a hit.
My problem is that I'd rather only return hits for the htm pages, the links to which I'd like displayed in the iframe (name="main"). I see in the config how to point it to a frame and that works well, but can I limit it to htm files only?
I tried using the config screen to only select the htm files, but no results are found when I do that. I *think* that's because there are no spiderable links to those pages.
Ok...long winded, but that's my quandry. Any ideas would be greatly appreciated.
Thanks in advance,
~BouncerFL
Comment