Skip to content

Commit 70991c6

Browse files
Peter Rauberdaniellienert
authored andcommitted
Add nodetype definition for test nodetypes
1 parent 2fa46f9 commit 70991c6

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Configuration/Testing/NodeTypes.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,20 @@
1717
search:
1818
elasticSearchMapping:
1919
type: text
20+
21+
'Flowpack.ElasticSearch.ContentRepositoryAdaptor:Document':
22+
superTypes:
23+
'Neos.Neos:Document': true
24+
childNodes:
25+
main:
26+
type: 'Neos.Neos:ContentCollection'
27+
28+
'Flowpack.ElasticSearch.ContentRepositoryAdaptor:Content':
29+
superTypes:
30+
'Neos.Neos:Content': true
31+
properties:
32+
text:
33+
type: string
34+
defaultValue: ''
35+
search:
36+
fulltextExtractor: '${Indexing.extractHtmlTags(value)}'

0 commit comments

Comments
 (0)