◆ __createPostAndCondition()
ilFulltextForumSearch::__createPostAndCondition |
( |
| ) |
|
Definition at line 76 of file class.ilFulltextForumSearch.php.
References $query.
79 if($this->db->isMysql4_0OrHigher())
81 $query .=
" AND MATCH(pos_message,pos_subject) AGAINST('";
82 foreach($this->query_parser->getQuotedWords(
true) as $word)
87 $query .=
"' IN BOOLEAN MODE) ";
92 $query .=
" AND MATCH (pos_message,pos_subject) AGAINST(' ";
93 foreach($this->query_parser->getQuotedWords(
true) as $word)
◆ __createTopicAndCondition()
ilFulltextForumSearch::__createTopicAndCondition |
( |
| ) |
|
Definition at line 49 of file class.ilFulltextForumSearch.php.
References $query.
52 if($this->db->isMysql4_0OrHigher())
54 $query .=
" AND MATCH(thr_subject) AGAINST('";
55 foreach($this->query_parser->getQuotedWords(
true) as $word)
60 $query .=
"' IN BOOLEAN MODE) ";
65 $query .=
" AND MATCH (thr_subject) AGAINST(' ";
66 foreach($this->query_parser->getQuotedWords(
true) as $word)
◆ ilFulltextForumSearch()
ilFulltextForumSearch::ilFulltextForumSearch |
( |
& |
$qp_obj | ) |
|
The documentation for this class was generated from the following file: