35 include_once
'Services/Search/classes/class.ilMetaDataSearch.php';
43 $query .=
" WHERE MATCH(keyword) AGAINST('";
44 foreach ($this->query_parser->getQuotedWords(
true) as $word) {
48 $query .=
"' IN BOOLEAN MODE) ";
54 $query .=
" WHERE MATCH(entity) AGAINST('";
55 foreach ($this->query_parser->getQuotedWords(
true) as $word) {
59 $query .=
"' IN BOOLEAN MODE) ";
65 $query .=
" WHERE MATCH(title,coverage) AGAINST('";
66 foreach ($this->query_parser->getQuotedWords(
true) as $word) {
70 $query .=
"' IN BOOLEAN MODE) ";
76 $query .=
" WHERE MATCH(description) AGAINST('";
77 foreach ($this->query_parser->getQuotedWords(
true) as $word) {
81 $query .=
"' IN BOOLEAN MODE) ";
__createContributeWhereCondition()
__createDescriptionWhereCondition()
__createKeywordWhereCondition()
__createTitleWhereCondition()