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