Skip to content

Commit 703c1dc

Browse files
authored
Merge pull request #156 from dfeyer/psmb-uri
TASK: make uriPathSegment not_analyzed to allow term matching
2 parents 3a786ef + 7bbb9a2 commit 703c1dc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Configuration/NodeTypes.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@
116116
fulltext:
117117
isRoot: true
118118
properties:
119+
'uriPathSegment':
120+
search:
121+
elasticSearchMapping:
122+
type: string
123+
index: not_analyzed
119124
title:
120125
search:
121126
fulltextExtractor: ${Indexing.extractInto('h1', value)}

0 commit comments

Comments
 (0)