3 declare(strict_types=1);
41 $concat = $this->db->concat(
50 foreach ($this->query_parser->getQuotedWords() as $word) {
55 #$and .= ("LIKE ('%".$word."%')"); 56 #$and .= $ilDB->like($concat,'text','%'.$word.'%'); 57 $and .= $this->db->like(
'title',
'text',
'%' . $word .
'%');
68 $concat =
' keyword ';
72 foreach ($this->query_parser->getQuotedWords() as $word) {
76 $and .= $this->db->like($concat,
'text',
'%' . $word .
'%');