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