35 include_once
'Services/Search/classes/class.ilMetaDataSearch.php';
43 $query .=
" WHERE MATCH(keyword) AGAINST('";
44 foreach($this->query_parser->getQuotedWords(
true) as $word)
49 $query .=
"' IN BOOLEAN MODE) ";
55 $query .=
" WHERE MATCH(entity) AGAINST('";
56 foreach($this->query_parser->getQuotedWords(
true) as $word)
61 $query .=
"' IN BOOLEAN MODE) ";
67 $query .=
" WHERE MATCH(title,coverage) AGAINST('";
68 foreach($this->query_parser->getQuotedWords(
true) as $word)
73 $query .=
"' IN BOOLEAN MODE) ";
79 $query .=
" WHERE MATCH(description) AGAINST('";
80 foreach($this->query_parser->getQuotedWords(
true) as $word)
85 $query .=
"' IN BOOLEAN MODE) ";
__createContributeWhereCondition()
__createDescriptionWhereCondition()
__createKeywordWhereCondition()
__createTitleWhereCondition()