19 declare(strict_types=1);
39 $concat = $this->db->concat(
41 array(
'pos_subject',
'text'),
42 array(
'pos_message',
'text'))
47 foreach ($this->query_parser->getQuotedWords() as $word) {
52 #$and .= ("LIKE ('%".$word."%')"); 53 $and .= $this->db->like($concat,
'clob',
'%' . $word .
'%');
60 $field =
'thr_subject ';
64 foreach ($this->query_parser->getQuotedWords() as $word) {
69 #$and .= ("LIKE ('%".$word."%')"); 70 $and .= $this->db->like($field,
'text',
'%' . $word .
'%');
__createPostAndCondition()
__createTopicAndCondition()