I want to implement the functionality exactly being used in this library https://github.com/hirokiosame/search.js The reason why I'm unable to integrate this into my current project is all the dependencies used by the library are outdated and it just doesn't seem to work with the newer versions of the dependencies. So can you guys suggest some similar libraries and if not, is there a way to integrate this into my current project? Any leads will be very helpful. Thanks
Mario Giambanco
Director of User Experience Development
I hate to not answer the question and recommend a 3rd party service, but take a look at Algolia. It's really a great service and might have the features you need. Hashnode uses it and implementation was super easy for me in AJS 1.x
Another option is ElasticSearch if you want to run the server yourself.