return this.items.filter((v) => { if(v.toLowerCase().indexOf(q.toLowerCase()) >= 0) { return true; } return false; })