35 include_once
'Services/Search/classes/class.ilMetaDataSearch.php';
52 $concat =
' keyword ';
55 foreach($this->query_parser->getQuotedWords() as $word)
62 $where .= (
" LIKE ('%".$word.
"%')");
72 foreach($this->query_parser->getQuotedWords() as $word)
79 $where .= (
" LIKE ('%".$word.
"%')");
85 #$concat = ' CONCAT(title,coverage) '; // broken if coverage is null
91 foreach($this->query_parser->getQuotedWords() as $word)
98 $where .= (
" LIKE ('%".$word.
"%')");
105 $concat =
' description ';
108 foreach($this->query_parser->getQuotedWords() as $word)
115 $where .= (
" LIKE ('%".$word.
"%')");