mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 08:16:11 +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
|
||||
*/
|
||||
protected $identifier;
|
||||
protected $identifier = '';
|
||||
|
||||
/**
|
||||
* @var \TYPO3\CMS\Core\Log\Logger
|
||||
|
|
|
@ -10,7 +10,7 @@ plugin {
|
|||
|
||||
indexing {
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
<sorting>72</sorting>
|
||||
<CType>div</CType>
|
||||
<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>
|
||||
<layout>0</layout>
|
||||
<deleted>0</deleted>
|
||||
|
|
Loading…
Reference in a new issue