You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/FieldProvider/StaticFieldTest.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -264,6 +264,7 @@ public function attributeProvider()
264
264
'fields' => [
265
265
'keyword' => [
266
266
'type' => 'string',
267
+
'index' => 'not_analyzed'
267
268
]
268
269
]
269
270
],
@@ -294,6 +295,7 @@ public function attributeProvider()
0 commit comments