35 include_once 
'Services/Search/classes/class.ilMetaDataSearch.php';
 
   54                 $concat = 
' keyword ';
 
   57                 foreach($this->query_parser->getQuotedWords() as $word)
 
   63                         $where .= $ilDB->like($concat,
'text',
'%'.$word.
'%');
 
   65                         #$where .= (" LIKE ('%".$word."%')"); 
   77                 foreach($this->query_parser->getQuotedWords() as $word)
 
   84                         #$where .= (" LIKE ('%".$word."%')"); 
   85                         $where .= $ilDB->like($concat,
'text',
'%'.$word.
'%');
 
   99                 $concat = $ilDB->concat(
 
  101                                 array(
'title',
'text'),
 
  102                                 array(
'coverage',
'text')));
 
  107                 foreach($this->query_parser->getQuotedWords() as $word)
 
  114                         #$where .= (" LIKE ('%".$word."%')"); 
  115                         $where .= $ilDB->like($concat,
'text',
'%'.$word.
'%');
 
  124                 $concat = 
' description ';
 
  127                 foreach($this->query_parser->getQuotedWords() as $word)
 
  134                         #$where .= (" LIKE ('%".$word."%')"); 
  135                         $where .= $ilDB->like($concat,
'text',
'%'.$word.
'%');