3 declare(strict_types=1);
47 $concat = $this->db->concat(
49 array(
'pos_subject',
'text'),
50 array(
'pos_message',
'text'))
55 foreach ($this->query_parser->getQuotedWords() as $word) {
60 #$and .= ("LIKE ('%".$word."%')"); 61 $and .= $this->db->like($concat,
'clob',
'%' . $word .
'%');
68 $field =
'thr_subject ';
72 foreach ($this->query_parser->getQuotedWords() as $word) {
77 #$and .= ("LIKE ('%".$word."%')"); 78 $and .= $this->db->like($field,
'text',
'%' . $word .
'%');
__createPostAndCondition()
__createTopicAndCondition()