35 include_once 
'Services/Search/classes/class.ilObjectSearch.php';
 
   51                 if($this->db->isMysql4_0OrHigher())
 
   53                         $where = 
" WHERE MATCH (title,description) AGAINST(' ";
 
   55                         #$prefix = $this->query_parser->getCombination() == 'and' ? '+' : ''; 
   56                         foreach($this->query_parser->getQuotedWords(
true) as $word)
 
   62                         $where .= 
"' IN BOOLEAN MODE) ";
 
   68                         $where = 
" WHERE MATCH (title,description) AGAINST(' ";
 
   70                         foreach($this->query_parser->getQuotedWords(
true) as $word)
 
   72                                 $where .= ($word.
' ');