◆ __createWhereCondition()
ilFulltextWebresourceSearch::__createWhereCondition |
( |
| ) |
|
Definition at line 49 of file class.ilFulltextWebresourceSearch.php.
References $query.
52 if($this->db->isMysql4_0OrHigher())
54 $query .=
" WHERE MATCH(title) AGAINST('";
55 foreach($this->query_parser->getQuotedWords(
true) as $word)
60 $query .=
"' IN BOOLEAN MODE) ";
65 $query .=
" WHERE MATCH (title) AGAINST(' ";
66 foreach($this->query_parser->getQuotedWords(
true) as $word)
◆ ilFulltextWebresourceSearch()
ilFulltextWebresourceSearch::ilFulltextWebresourceSearch |
( |
& |
$qp_obj | ) |
|
The documentation for this class was generated from the following file: