◆ __construct()
ilLikeAdvancedSearch::__construct |
( |
|
$qp | ) |
|
◆ __createCoverageAndCondition()
ilLikeAdvancedSearch::__createCoverageAndCondition |
( |
| ) |
|
Definition at line 129 of file class.ilLikeAdvancedSearch.php.
References $counter, and $ilDB.
133 if ($this->options[
'lom_coverage']) {
137 foreach ($this->query_parser->getQuotedWords() as $word) {
142 $where .= $ilDB->like(
'coverage',
'text',
'%' . $word .
'%');
◆ __createEntityWhereCondition()
ilLikeAdvancedSearch::__createEntityWhereCondition |
( |
| ) |
|
Definition at line 108 of file class.ilLikeAdvancedSearch.php.
References $counter, and $ilDB.
112 if ($this->options[
'lom_role_entry']) {
116 foreach ($this->query_parser->getQuotedWords() as $word) {
121 $where .= $ilDB->like(
'entity',
'text',
'%' . $word .
'%');
◆ __createKeywordWhereCondition()
ilLikeAdvancedSearch::__createKeywordWhereCondition |
( |
| ) |
|
◆ __createLifecycleWhereCondition()
ilLikeAdvancedSearch::__createLifecycleWhereCondition |
( |
| ) |
|
Definition at line 87 of file class.ilLikeAdvancedSearch.php.
References $counter, and $ilDB.
91 if ($this->options[
'lom_version']) {
95 foreach ($this->query_parser->getQuotedWords() as $word) {
100 $where .= $ilDB->like(
'meta_version',
'text',
'%' . $word .
'%');
◆ __createTaxonWhereCondition()
ilLikeAdvancedSearch::__createTaxonWhereCondition |
( |
| ) |
|
Definition at line 48 of file class.ilLikeAdvancedSearch.php.
References $counter, and $ilDB.
52 if ($this->options[
'lom_taxon']) {
56 foreach ($this->query_parser->getQuotedWords() as $word) {
61 $where .= $ilDB->like(
'taxon',
'text',
'%' . $word .
'%');
◆ __createTitleDescriptionWhereCondition()
ilLikeAdvancedSearch::__createTitleDescriptionWhereCondition |
( |
| ) |
|
Definition at line 150 of file class.ilLikeAdvancedSearch.php.
References $counter, $ilDB, and array.
154 $concat = $ilDB->concat(
156 array(
'title',
'text'),
157 array(
'description',
'text'))
163 foreach ($this->query_parser->getQuotedWords() as $word) {
168 $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: