mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 08:56:47 +01:00
TASK: Adjust code accordingly to pr
This commit is contained in:
parent
36777c700b
commit
da7692b502
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ abstract class AbstractIndexer implements IndexerInterface
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $identifier;
|
protected $identifier = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \TYPO3\CMS\Core\Log\Logger
|
* @var \TYPO3\CMS\Core\Log\Logger
|
||||||
|
|
|
@ -10,7 +10,7 @@ plugin {
|
||||||
|
|
||||||
indexing {
|
indexing {
|
||||||
pages {
|
pages {
|
||||||
additionalWhereClause = pages.doktype NOT IN (3, 199, 6, 254, 255, 199)
|
additionalWhereClause = pages.doktype NOT IN (3, 199, 6, 254, 255)
|
||||||
abstractFields = abstract, description, bodytext
|
abstractFields = abstract, description, bodytext
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
<sorting>72</sorting>
|
<sorting>72</sorting>
|
||||||
<CType>div</CType>
|
<CType>div</CType>
|
||||||
<header>not indexed due to ctype</header>
|
<header>not indexed due to ctype</header>
|
||||||
<bodytext>this is the content of header content element that should not get indexed</bodytext>
|
<bodytext>this is the content of div content element that should not get indexed</bodytext>
|
||||||
<media>0</media>
|
<media>0</media>
|
||||||
<layout>0</layout>
|
<layout>0</layout>
|
||||||
<deleted>0</deleted>
|
<deleted>0</deleted>
|
||||||
|
|
Loading…
Reference in a new issue