collection.each(function(model) { model.set({visible: matchesSearch(model)}); });
model.bind("change:visible", function() { $(this.el).toggle(model.get("visible")); });