Definition at line 37 of file class.ilLikeForumSearch.php.
◆ __createPostAndCondition()
ilLikeForumSearch::__createPostAndCondition |
( |
| ) |
|
Definition at line 39 of file class.ilLikeForumSearch.php.
References $counter, $ilDB, and array.
48 $concat = $ilDB->concat(
50 array(
'pos_subject',
'text'),
51 array(
'pos_message',
'text'))
56 foreach ($this->query_parser->getQuotedWords() as $word) {
61 #$and .= ("LIKE ('%".$word."%')"); 62 $and .= $ilDB->like($concat,
'clob',
'%' . $word .
'%');
Create styles array
The data for the language used.
◆ __createTopicAndCondition()
ilLikeForumSearch::__createTopicAndCondition |
( |
| ) |
|
Definition at line 67 of file class.ilLikeForumSearch.php.
References $counter, and $ilDB.
71 $field =
'thr_subject ';
75 foreach ($this->query_parser->getQuotedWords() as $word) {
80 #$and .= ("LIKE ('%".$word."%')"); 81 $and .= $ilDB->like($field,
'text',
'%' . $word .
'%');
The documentation for this class was generated from the following file: