3 declare(strict_types=1);
46 $concat = $this->db->concat(
48 array(
'pos_subject',
'text'),
49 array(
'pos_message',
'text'))
54 foreach ($this->query_parser->getQuotedWords() as $word) {
59 #$and .= ("LIKE ('%".$word."%')"); 60 $and .= $this->db->like($concat,
'clob',
'%' . $word .
'%');
67 $field =
'thr_subject ';
71 foreach ($this->query_parser->getQuotedWords() as $word) {
76 #$and .= ("LIKE ('%".$word."%')"); 77 $and .= $this->db->like($field,
'text',
'%' . $word .
'%');
__createPostAndCondition()
__createTopicAndCondition()