Definition at line 37 of file class.ilLikeForumSearch.php.
◆ __createPostAndCondition()
ilLikeForumSearch::__createPostAndCondition |
( |
| ) |
|
Definition at line 40 of file class.ilLikeForumSearch.php.
References $counter, $ilDB, and array.
49 $concat = $ilDB->concat(
51 array(
'pos_subject',
'text'),
52 array(
'pos_message',
'text')));
56 foreach($this->query_parser->getQuotedWords() as $word)
63 #$and .= ("LIKE ('%".$word."%')"); 64 $and .= $ilDB->like($concat,
'clob',
'%'.$word.
'%');
Create styles array
The data for the language used.
◆ __createTopicAndCondition()
ilLikeForumSearch::__createTopicAndCondition |
( |
| ) |
|
Definition at line 69 of file class.ilLikeForumSearch.php.
References $counter, and $ilDB.
73 $field =
'thr_subject ';
77 foreach($this->query_parser->getQuotedWords() as $word)
84 #$and .= ("LIKE ('%".$word."%')"); 85 $and .= $ilDB->like($field,
'text',
'%'.$word.
'%');
The documentation for this class was generated from the following file: