◆ __createContributeWhereCondition()
ilLikeMetaDataSearch::__createContributeWhereCondition |
( |
| ) |
|
Definition at line 59 of file class.ilLikeMetaDataSearch.php.
References $counter, and $ilDB.
66 foreach ($this->query_parser->getQuotedWords() as $word) {
71 #$where .= (" LIKE ('%".$word."%')"); 72 $where .= $ilDB->like($concat,
'text',
'%' . $word .
'%');
◆ __createDescriptionWhereCondition()
ilLikeMetaDataSearch::__createDescriptionWhereCondition |
( |
| ) |
|
Definition at line 106 of file class.ilLikeMetaDataSearch.php.
References $counter, and $ilDB.
110 $concat =
' description ';
113 foreach ($this->query_parser->getQuotedWords() as $word) {
118 #$where .= (" LIKE ('%".$word."%')"); 119 $where .= $ilDB->like($concat,
'text',
'%' . $word .
'%');
121 return $where .
') ';
◆ __createKeywordWhereCondition()
ilLikeMetaDataSearch::__createKeywordWhereCondition |
( |
| ) |
|
Definition at line 41 of file class.ilLikeMetaDataSearch.php.
References $counter, and $ilDB.
45 $concat =
' keyword ';
48 foreach ($this->query_parser->getQuotedWords() as $word) {
52 $where .= $ilDB->like($concat,
'text',
'%' . $word .
'%');
54 #$where .= (" LIKE ('%".$word."%')");
◆ __createTitleWhereCondition()
ilLikeMetaDataSearch::__createTitleWhereCondition |
( |
| ) |
|
Definition at line 76 of file class.ilLikeMetaDataSearch.php.
References $counter, $ilDB, and array.
86 $concat = $ilDB->concat(
88 array(
'title',
'text'),
89 array(
'coverage',
'text'))
95 foreach ($this->query_parser->getQuotedWords() as $word) {
100 #$where .= (" LIKE ('%".$word."%')"); 101 $where .= $ilDB->like($concat,
'text',
'%' . $word .
'%');
103 return $where .
' )';
Create styles array
The data for the language used.
The documentation for this class was generated from the following file: