zakmac / ember-cli-filter-component

A simple Ember.js component used to filter an array based on user input.
MIT License
14 stars 4 forks source link

Deleted ember-data record still showing on filtered list #13

Open escobera opened 8 years ago

escobera commented 8 years ago

Hello there,

I'm filtering an ember-data collection and everything is ok until I try to delete a record from the original collection.

When I do that the record is not removed from the filtered list automatically, I have to change the query to force a reload.

Can we observe content's isDeleted and make sure it applies the filter if something changes?

zakmac commented 8 years ago

Hey @escobera, thanks for the suggestion. I'll look into this and try to get a fix in place.