Skip to content

Commit 4662ca9

Browse files
committed
MAGETWO-91537: Search synonyms results missing for words including hyphen and numbers
- Fixing test
1 parent a43f660 commit 4662ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Repository/CatalogProductSimple.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<field name="attribute_set_id" xsi:type="array">
4242
<item name="dataset" xsi:type="string">default</item>
4343
</field>
44-
<field name="name" xsi:type="string">Product \&#39;!@#$%^&amp;*()+:;\\|}{][?=-~` %isolation%</field>
44+
<field name="name" xsi:type="string">Product \&#39;!@#$%^&amp;*()+:;\\|}{][?=~` %isolation%</field>
4545
<field name="sku" xsi:type="string">sku_simple_product_%isolation%</field>
4646
<field name="is_virtual" xsi:type="string">No</field>
4747
<field name="product_has_weight" xsi:type="string">This item has weight</field>

0 commit comments

Comments
 (0)