Ext.List 如何实现信息查找过滤?
类似手机通讯录中的功能。
this.filter({ fn: function(r) { return r.get('description').indexOf('On Passage') !== -1; } });