We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eab439 commit deec856Copy full SHA for deec856
tests/Unit/SearchIndexAdapter/OpenSearch/IndexMappingServiceTest.php
@@ -175,6 +175,11 @@ public function testGetMappingForTextKeywordWithArguments(): void
175
'type' => 'keyword',
176
'ignore_above' => 1024,
177
],
178
+ 'sort' => [
179
+ 'type' => 'keyword',
180
+ 'ignore_above' => 8191,
181
+ 'normalizer' => 'generic_data_index_sort_truncate_normalizer',
182
+ ],
183
184
185
$keyWordMapping
0 commit comments