ember-cli-filter-by-query
ember-cli-filter-by-query copied to clipboard
Provides you with a computed property that filters an array by a given search query. The output is sorted by similarity to the query.
Results
1
ember-cli-filter-by-query issues
Sort by
recently updated
recently updated
newest added
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...