We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa46f9 commit 70991c6Copy full SHA for 70991c6
1 file changed
Configuration/Testing/NodeTypes.yaml
@@ -17,3 +17,20 @@
17
search:
18
elasticSearchMapping:
19
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
30
+ 'Neos.Neos:Content': true
31
+ properties:
32
+ text:
33
+ type: string
34
+ defaultValue: ''
35
+ search:
36
+ fulltextExtractor: '${Indexing.extractHtmlTags(value)}'
0 commit comments