Skip to content

Commit 649814e

Browse files
authored
Merge pull request #152 from dimaip/title-fix
BUGFIX: Index Document titles by default
2 parents c1a421c + eb0930b commit 649814e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Configuration/NodeTypes.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,16 @@
116116
fulltext:
117117
isRoot: true
118118
properties:
119+
title:
120+
search:
121+
fulltextExtractor: ${Indexing.extractInto('h1', value)}
119122
'__fulltextParts':
120123
search:
121124
elasticSearchMapping:
122125
type: object
123126
include_in_all: false
124127
enabled: false
125128
indexing: ''
126-
127129
'__fulltext':
128130
search:
129131
indexing: ''

0 commit comments

Comments
 (0)