gopat
03-15-2003, 07:56 PM
Jerry Bradenbaugh authored the "JavaScript Cookbook" by O'Reilly, which contained a handy dandy JavaScript Client-Side Search Engine. This search engine relies on a separate index file that has the file urls, keywords, and file description.
For code and errata details see:
http://www.oreilly.com/catalog/jscook/chapter/ch01.html
http://www.oreilly.com/catalog/jscook/errata/index.html
This search engine is neat because it can be easily modified to be used on a CD-ROM by adjusting certain variables.
I got the program to work but it has some annoying bugs. The "and", "or" search features are broken and it needs to display the search results in a separate window and perhaps order the search results. I have tried the errata changes with some luck, but it has much more potential.
Does anyone have a better version of this search engine??
For code and errata details see:
http://www.oreilly.com/catalog/jscook/chapter/ch01.html
http://www.oreilly.com/catalog/jscook/errata/index.html
This search engine is neat because it can be easily modified to be used on a CD-ROM by adjusting certain variables.
I got the program to work but it has some annoying bugs. The "and", "or" search features are broken and it needs to display the search results in a separate window and perhaps order the search results. I have tried the errata changes with some luck, but it has much more potential.
Does anyone have a better version of this search engine??