We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129dedb commit cf08432Copy full SHA for cf08432
app/code/Magento/CatalogSearch/etc/search_request.xml
@@ -20,6 +20,8 @@
20
</query>
21
<query xsi:type="matchQuery" value="$search_term$" name="search">
22
<match field="*"/>
23
+ <match field="name" matchCondition="match_phrase_prefix"/>
24
+ <match field="sku" matchCondition="match_phrase_prefix"/>
25
26
<query xsi:type="filteredQuery" name="category">
27
<filterReference clause="must" ref="category_filter"/>
0 commit comments