Looks like every word on the site has a key associated with it that depends on its position in the text of the site as a whole (the first word in the first chunk of text [welcome] has an index of 1). What's even cooler is, the script knows whether the word has been used before in the site (so "welcome" always retains that id number).
So clicking the link passes that index to the search script, which finds the word at that position in the "array" of words in the site, then does a standard regular search on that term. I'd like to know the particulars of how it works though. On Thu, 16 Sep 2004 15:52:55 +1000, rob shaw <[EMAIL PROTECTED]> wrote: > every word is a searchable term!! very cool. this would be tops in > education and for general searching due to different spellings and user > mistakes. > > http://www.droogdesign.nl/ > > so howd they do that! > > Rob. > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
