◆ __createContributeWhereCondition()
ilLikeMetaDataSearch::__createContributeWhereCondition |
( |
| ) |
|
Definition at line 61 of file class.ilLikeMetaDataSearch.php.
References $counter, and $ilDB.
68 foreach($this->query_parser->getQuotedWords() as $word)
75 #$where .= (" LIKE ('%".$word."%')"); 76 $where .= $ilDB->like($concat,
'text',
'%'.$word.
'%');
◆ __createDescriptionWhereCondition()
ilLikeMetaDataSearch::__createDescriptionWhereCondition |
( |
| ) |
|
Definition at line 111 of file class.ilLikeMetaDataSearch.php.
References $counter, and $ilDB.
115 $concat =
' description ';
118 foreach($this->query_parser->getQuotedWords() as $word)
125 #$where .= (" LIKE ('%".$word."%')"); 126 $where .= $ilDB->like($concat,
'text',
'%'.$word.
'%');
◆ __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)
54 $where .= $ilDB->like($concat,
'text',
'%'.$word.
'%');
56 #$where .= (" LIKE ('%".$word."%')");
◆ __createTitleWhereCondition()
ilLikeMetaDataSearch::__createTitleWhereCondition |
( |
| ) |
|
Definition at line 80 of file class.ilLikeMetaDataSearch.php.
References $counter, $ilDB, and array.
90 $concat = $ilDB->concat(
92 array(
'title',
'text'),
93 array(
'coverage',
'text')));
98 foreach($this->query_parser->getQuotedWords() as $word)
105 #$where .= (" LIKE ('%".$word."%')"); 106 $where .= $ilDB->like($concat,
'text',
'%'.$word.
'%');
Create styles array
The data for the language used.
The documentation for this class was generated from the following file: