facetedsearch
facetedsearch copied to clipboard
upgraded to work with latest underscore.js version
The current version doesn't work for the newest underscore js due to problems with calling templates (e.g count addition for the number of results) and due to deprecation of _.intersect (now _.intersection).
I guess PR #7 is what you intended to do initially?