I am using Zoom to index the contents of a series of files held in seperate folders on my hard drive. The search page (search.htm) is accessed via a browser page (index.htm) which is in a folder called "search" and the folders containing the files to be indexed reside on the next level down the tree e.g.C:\search\file folders\
The search facility is accessed by several computers on a small network by my having created a "network place" on each PC and by sharing the folder "search" and its children on my PC
Now comes the problem. I can index the files OK (using the java script option) but when I do a search from another PC using the process above I get no results. I think it must be something to do with absolute or relative addressing and whilst I understand the concept of this I am obviously getting something wrong!!!
In the example above can someone please tell me where the output files need to be and what address I should using for the base URL - and anything else I am doing wrong!!
Thanks in frustrated anticipation
The search facility is accessed by several computers on a small network by my having created a "network place" on each PC and by sharing the folder "search" and its children on my PC
Now comes the problem. I can index the files OK (using the java script option) but when I do a search from another PC using the process above I get no results. I think it must be something to do with absolute or relative addressing and whilst I understand the concept of this I am obviously getting something wrong!!!
In the example above can someone please tell me where the output files need to be and what address I should using for the base URL - and anything else I am doing wrong!!
Thanks in frustrated anticipation
Comment