PDA

View Full Version : Searching


robocop
08-02-2003, 07:04 PM
whats the best way to add search functionality to my website so that users can find the information they need quickly and easily?

i know theres the database path...but how would that work? are there any other alternatives?

thanks for your help

kc

intothemiddle
08-03-2003, 02:46 PM
Hi Robocop,

You may want to look into other options but theres 2 other main ones i use:

http://www.4guysfromrolla.com/webtech/102499-1.shtml

Is a text file based starting point. (Searches through any ASCII document, HTML/TXT/ASP/etc.)

Or dependind on your server platform you may be able to use Index Server.

http://www.asp101.com/articles/john/indexserver/part2.asp

Is a userful article to get you started.

Hope they help.

Sure other users may be able to suggest other ways.

But along with the DB option theyre the 2 I usually go with.

Intothemiddle

whammy
08-03-2003, 08:33 PM
Here's something similar, as a VBScript. Obviously you could convert this to an ASP search rather easily.