I have requirement in my project where I need something exactly similar to DocumentCloud's VisualSearch.js : https://documentcloud.github.io/visualsearch/
This solution relies heavily on Backbone.js and Underscore.js( relies on APIs like _.any)
But my project is built in Angular 2 and lodash(latest version of lodash doesn't support _.any).
So, I am unable to integrate VisualSearch.js in my application.
Kindly guide if there are any alternatives or any way to use VisualSearch.js with my configuration.
It would be a great help!
Thanks in advance.