how to create a pure browser/javascript search engine for a bunch of static files ?
- by Jerome WAGNER
Hello,
I was wondering if there exists some kind of indexer (in python language for exemple) that would take a bunch of html files and create an index in javascript.
In the solution, these javascript files would then be used to create a pure browser search engine.
Jerome