', '<', '(', ')', '~', '*', '"')); if (is_string($this->_markItem)) { $row[$this->_markItem] = Qs_Text_Mark::markSearchWords($row[$this->_markItem], $this->_filter['query']); } else { foreach ($this->_markItem as $markRow) { $row[$markRow] = Qs_Text_Mark::markSearchWords($row[$markRow], $this->_filter['q']); } } } return true; } }