|
Subject:
|
Creating A Search Form
|
|
Posted By:
|
cdenequolo
|
Post Date:
|
9/18/2003 8:51:44 AM
|
I want to create a search Form for a directory on my intranet where users enter words and it searches the directory. Returns the results as a link so users can open the documents. No idea how to do this can someone help?
Thanks
|
|
Reply By:
|
Yehuda
|
Reply Date:
|
9/18/2003 9:13:18 AM
|
My guess is you will need to use the FileSystemObject (Microsoft Scripting Runtime). This is a pain to use from ASP, but doable. Are you looking to do a Full-Text Search on documents? If so, you will need to use a Full-Text Search tool. The 'free' tool is Microsoft Indexing Server (comes standard in Windows 2000 and XP).
Yehuda
|
|
Reply By:
|
cdenequolo
|
Reply Date:
|
9/18/2003 11:24:56 AM
|
How would the users access this service?
|
|
Reply By:
|
Jonax
|
Reply Date:
|
9/18/2003 11:31:47 AM
|
Check this: http://www.eggheadcafe.com/articles/20010327.asp
|
|
Reply By:
|
Yehuda
|
Reply Date:
|
9/18/2003 2:48:38 PM
|
Assuming the files are on a server, they wouldn't need to. The Indexing Service can be accessed remotely.
Yehuda
|