Hi - we're indexing a directory structure that looks like:
top
|
-- xxx
|
-- yyy
|
-- zzz
..and so on. I'd like to make a search form which calls the search on
this index which allows limiting results to those from a particular
subdirectory. I.e., a search string input field, with a drop down box
with 'all', 'xxx', 'yyy', and 'zzz' as options, which would cause
webinator to return results from either all, or the just corresponding
directory under top.
Can anyone provide some pointers for this?
Al
P.S. currently using the free webinator package...