Skip to content

Commit 0129d8c

Browse files
committed
TASK: Add elasticSearchMapping fro array property type
1 parent effbd58 commit 0129d8c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Configuration/Settings.Neos.ContentRepository.Search.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Neos:
2323
elasticSearchMapping:
2424
type: boolean
2525

26+
array:
27+
elasticSearchMapping:
28+
type: keyword
29+
2630
integer:
2731
elasticSearchMapping:
2832
type: integer

0 commit comments

Comments
 (0)