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

Add functionality to filter Ember Data collections #5

Open zakmac opened 9 years ago

ioleo commented 8 years ago

Ahh I've been struggling to get my this.store.findAll('users') model working whole day, how is progress on this issue?

zakmac commented 8 years ago

Hi @loostro, I am currently working on an update to this addon and support for Ember.Data collections is a top priority.

zakmac commented 7 years ago

Basic support has been added for Ember Data collections as of v3.0.0, however this ticket will remain open until further testing can be done to ensure the functionality.