24 include_once
'Services/Search/classes/class.ilAdvancedSearch.php';
43 $query .=
" WHERE MATCH(taxon) AGAINST('";
44 foreach($this->query_parser->getQuotedWords(
true) as $word)
49 $query .=
"' IN BOOLEAN MODE) ";
55 $query .=
" WHERE MATCH(keyword) AGAINST('";
56 foreach($this->query_parser->getQuotedWords(
true) as $word)
61 $query .=
"' IN BOOLEAN MODE) ";
68 $query .=
" WHERE MATCH(meta_version) AGAINST('";
69 foreach($this->query_parser->getQuotedWords(
true) as $word)
74 $query .=
"' IN BOOLEAN MODE) ";
81 $query .=
" WHERE MATCH(entity) AGAINST('";
82 foreach($this->query_parser->getQuotedWords(
true) as $word)
87 $query .=
"' IN BOOLEAN MODE) ";
93 $query .=
" AND MATCH(coverage) AGAINST('";
94 foreach($this->query_parser->getQuotedWords(
true) as $word)
99 $query .=
"' IN BOOLEAN MODE) ";
106 $query .=
" WHERE MATCH(title,description) AGAINST('";
107 foreach($this->query_parser->getQuotedWords(
true) as $word)
112 $query .=
"' IN BOOLEAN MODE) ";
__createLifecycleWhereCondition()
__createEntityWhereCondition()
__createCoverageAndCondition()
__createKeywordWhereCondition()
__createTaxonWhereCondition()
__createTitleDescriptionWhereCondition()