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 a9fd713 commit 00401c3Copy full SHA for 00401c3
app/code/Magento/CatalogSearch/etc/search_request.xml
@@ -23,7 +23,9 @@
23
<match field="*"/>
24
</query>
25
<query xsi:type="matchQuery" value="$search_term$" name="partial_search">
26
+ <match field="*"/>
27
<match field="name" matchCondition="match_phrase_prefix"/>
28
+ <match field="sku" matchCondition="match_phrase_prefix"/>
29
30
<query xsi:type="filteredQuery" name="category">
31
<filterReference clause="must" ref="category_filter"/>
0 commit comments