Skip to content

Commit 4f77340

Browse files
ComiRdfeyer
authored andcommitted
TASK: Extract fulltext for every node using TextMixin or TitleMixin
1 parent 3e10abc commit 4f77340

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

Configuration/NodeTypes.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -159,21 +159,14 @@
159159
include_in_all: true
160160
boost: 1
161161

162-
'TYPO3.Neos.NodeTypes:Text':
162+
'TYPO3.Neos.NodeTypes:TextMixin':
163163
properties:
164-
'text':
164+
text:
165165
search:
166166
fulltextExtractor: '${Indexing.extractHtmlTags(value)}'
167167

168-
'TYPO3.Neos.NodeTypes:Headline':
168+
'TYPO3.Neos.NodeTypes:TitleMixin':
169169
properties:
170-
'title':
171-
search:
172-
fulltextExtractor: '${Indexing.extractHtmlTags(value)}'
173-
174-
175-
'TYPO3.Neos.NodeTypes:TextWithImage':
176-
properties:
177-
'text':
170+
title:
178171
search:
179172
fulltextExtractor: '${Indexing.extractHtmlTags(value)}'

0 commit comments

Comments
 (0)