array('name', 'number', 'commonNames')); protected $_markItem = array('title'); protected $_hasFilter = true; protected function _prepareList(array &$list) { parent::_prepareList($list); App_Search_Obj::markWords($list, $this->_markItem, $this->_filter['query']); return true; } }