Skip to content

Commit d16eb84

Browse files
committed
ACP2E-8: Search weight is not correctly get applied to SKU attribute
- Fix typos
1 parent 17ae54a commit d16eb84

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Elasticsearch/Model/Adapter/Index

1 file changed

+2
-2
lines changed

app/code/Magento/Elasticsearch/Model/Adapter/Index/Builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function build()
6363
),
6464
'char_filter' => array_keys($charFilter)
6565
],
66-
// this analyzer must not include keyword_repeat amd stemmer filters
66+
// this analyzer must not include keyword_repeat and stemmer filters
6767
'prefix_search' => [
6868
'type' => 'custom',
6969
'tokenizer' => key($tokenizer),
@@ -78,7 +78,7 @@ public function build()
7878
array_keys($filter)
7979
),
8080
],
81-
// this analyzer must not include keyword_repeat amd stemmer filters
81+
// this analyzer must not include keyword_repeat and stemmer filters
8282
'sku_prefix_search' => [
8383
'type' => 'custom',
8484
'tokenizer' => 'keyword',

0 commit comments

Comments
 (0)