Skip to content

Commit 34f9b0e

Browse files
committed
ACP2E-1306: Catalog sorting not working for boolean attributes
1 parent 33564da commit 34f9b0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/FieldMapper/Product/AttributeAdapterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ public function isComplexTypeProvider()
254254
['multiselect', false, true],
255255
['int', false, false],
256256
['int', true, true],
257+
['boolean', true, false],
257258
];
258259
}
259260

0 commit comments

Comments
 (0)