We used Zoom Search 4.2 to index our site, going for JavaScript rather than any of the other options
Browsing the site locally on my PC, the zoom indexing works fine. I search for a word and lots of hits/links comes up.
FTPed onto our website (www.herongroup.co.uk/search.htm) whatever I search for I get "No results found"
I initially hand-ftp-ed the Zoom files over, then re-indexed and let the Zoom program FTP them. No change.
In the top level (web) directory on the web server I have (as well as all our sites web pages)
highlight.js, search.js, settings.js, zoom_index.js, zoom_pages.js, zoom_descriptions.js and zoom_titles.js
zoom_index.js is about 40Kb in size and contains a nice little array which starts like
dictwords = new Array("evidence 0 15 1 15 ...
and goes on for 1490 lines before a date structure and some var.
Can anyone tell me what I have done wrong please!
Apologies in advance if I have made a newbie numpty mistake, which I suspect is the case.
Browsing the site locally on my PC, the zoom indexing works fine. I search for a word and lots of hits/links comes up.
FTPed onto our website (www.herongroup.co.uk/search.htm) whatever I search for I get "No results found"
I initially hand-ftp-ed the Zoom files over, then re-indexed and let the Zoom program FTP them. No change.
In the top level (web) directory on the web server I have (as well as all our sites web pages)
highlight.js, search.js, settings.js, zoom_index.js, zoom_pages.js, zoom_descriptions.js and zoom_titles.js
zoom_index.js is about 40Kb in size and contains a nice little array which starts like
dictwords = new Array("evidence 0 15 1 15 ...
and goes on for 1490 lines before a date structure and some var.
Can anyone tell me what I have done wrong please!
Apologies in advance if I have made a newbie numpty mistake, which I suspect is the case.
Comment