Definition at line 37 of file class.ilLikeForumSearch.php.
◆ __createPostAndCondition()
ilLikeForumSearch::__createPostAndCondition |
( |
| ) |
|
Definition at line 50 of file class.ilLikeForumSearch.php.
References $ilDB.
59 $concat = $ilDB->concat(
61 array(
'pos_subject',
'text'),
62 array(
'pos_message',
'text')));
66 foreach($this->query_parser->getQuotedWords() as $word)
73 #$and .= ("LIKE ('%".$word."%')"); 74 $and .= $ilDB->like($concat,
'clob',
'%'.$word.
'%');
◆ __createTopicAndCondition()
ilLikeForumSearch::__createTopicAndCondition |
( |
| ) |
|
Definition at line 79 of file class.ilLikeForumSearch.php.
References $ilDB.
83 $field =
'thr_subject ';
87 foreach($this->query_parser->getQuotedWords() as $word)
94 #$and .= ("LIKE ('%".$word."%')"); 95 $and .= $ilDB->like($field,
'text',
'%'.$word.
'%');
◆ ilForumSearch()
ilLikeForumSearch::ilForumSearch |
( |
& |
$qp_obj | ) |
|
The documentation for this class was generated from the following file: