ember-cli-filter-by-query icon indicating copy to clipboard operation
ember-cli-filter-by-query copied to clipboard

Usage with Nested Objects?

Open srsgores opened this issue 9 years ago • 0 comments

I would like to use this addon, but currently searching nested records will not work as intended.

For example:

import Ember from "ember";
import computedFilterByQuery from "ember-cli-filter-by-query";

export default Ember.Controller.extend({
    searchQuery: null,
    filteredMortgages: computedFilterByQuery("model", "[email protected]", "searchQuery")
});

Does not work as intended. Perhaps you can provide documentation on such an implementation?

srsgores avatar Sep 23 '15 21:09 srsgores