19 declare(strict_types=1);
34 $concat = $this->db->concat(
43 foreach ($this->query_parser->getQuotedWords() as $word) {
48 #$and .= ("LIKE ('%".$word."%')"); 49 #$and .= $ilDB->like($concat,'text','%'.$word.'%'); 50 $and .= $this->db->like(
'title',
'text',
'%' . $word .
'%');
61 $concat =
' keyword ';
65 foreach ($this->query_parser->getQuotedWords() as $word) {
69 $and .= $this->db->like($concat,
'text',
'%' . $word .
'%');