Skip to content

Commit deec856

Browse files
committed
Fix Codeception
1 parent 5eab439 commit deec856

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Unit/SearchIndexAdapter/OpenSearch/IndexMappingServiceTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ public function testGetMappingForTextKeywordWithArguments(): void
175175
'type' => 'keyword',
176176
'ignore_above' => 1024,
177177
],
178+
'sort' => [
179+
'type' => 'keyword',
180+
'ignore_above' => 8191,
181+
'normalizer' => 'generic_data_index_sort_truncate_normalizer',
182+
],
178183
],
179184
],
180185
$keyWordMapping

0 commit comments

Comments
 (0)