Implementing Backbone.Subset.js in Backbone.js to filter Models from a parent Collection
In this stackoverflow post i read about filtering backbone collections and using subsets. One answer (by sled) recommends using backbone.subset.js ( usage example ). I could not find any further resources on backbone.subset.js and I failed implementing it into my project. It seems like backbone.subset.js is the perfect solution for what i'm trying to achieve. (Having one "parent" collection that holds all models at all times, and depending on user input filtering the relevant models from the parent collection into a backbone.subset collection.) My "parent" collection, holding all tasks: var