UNPKG

ember-cli-filter-by-query

Version:

Provides you with a computed property that filters an array by a given search query. The output is sorted by similarity to the query.

11 lines (8 loc) 189 B
/* eslint-env node */ 'use strict'; module.exports = { name: 'ember-cli-filter-by-query', init: function () { this._super.init && this._super.init.apply(this, arguments); }, };