I have a requirement in my project where I need something exactly similar to DocumentCloud VisualSearch.js:
https://documentcloud.imtqy.com/visualsearch/
This solution is heavily dependent on Backbone.js and Underscore.js (dependent on APIs like _.any)
But my project is built in Angular 2 and lodash (the latest version of lodash does not support _.any).
So, I can not integrate VisualSearch.js in my application.
Please advise if there are any alternatives or any way to use VisualSearch.js with my configuration.
That would be a big help!
Thanks in advance.
source
share