35include_once
'Services/Search/classes/class.ilMediaPoolSearch.php';
48 $concat =
$ilDB->concat(
57 foreach ($this->query_parser->getQuotedWords() as $word) {
62 #$and .= ("LIKE ('%".$word."%')");
63 #$and .= $ilDB->like($concat,'text','%'.$word.'%');
64 $and .=
$ilDB->like(
'title',
'text',
'%' . $word .
'%');
77 $concat =
' keyword ';
81 foreach ($this->query_parser->getQuotedWords() as $word) {
85 $and .=
$ilDB->like($concat,
'text',
'%' . $word .
'%');
An exception for terminatinating execution or to throw for unit testing.