Skip to content

Commit 3aa86ee

Browse files
committed
MC-37954: PLP sort by name is case-sensitive with ElasticSearch
1 parent 84fc029 commit 3aa86ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ private function isAttributeLabelsShouldBeMapped(Attribute $attribute): bool
272272
* @param array $attributeValues
273273
* @param int $storeId
274274
* @return array
275+
*
276+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
277+
* @SuppressWarnings(PHPMD.NPathComplexity)
275278
*/
276279
private function prepareAttributeValues(
277280
int $productId,

0 commit comments

Comments
 (0)