I am using the CGI version of ZoomSearch V5 for my Web site. My web site has the following directory structure:
- A, B, C, D and E (these are folders that conatins HTML files and subfolders within them.)
- The "search.cgi" file sucessfully searches for keywords in all files within folders A, B, C, D and E.
I am looking for this customization:
I want to be able to provide an user with options to select folders of their choice for searching from a single search page. For example, a user should be able to search only folders A and E. This should be done by providing check boxes (A through E) to the user who can then selct and unselect before running the search.
The search results should be provided on that single search page.
How do I do this?
Thanks,
K
- A, B, C, D and E (these are folders that conatins HTML files and subfolders within them.)
- The "search.cgi" file sucessfully searches for keywords in all files within folders A, B, C, D and E.
I am looking for this customization:
I want to be able to provide an user with options to select folders of their choice for searching from a single search page. For example, a user should be able to search only folders A and E. This should be done by providing check boxes (A through E) to the user who can then selct and unselect before running the search.
The search results should be provided on that single search page.
How do I do this?
Thanks,
K
Comment