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 82eabce commit 0549d01Copy full SHA for 0549d01
app/code/Magento/CatalogSearch/etc/search_request.xml
@@ -20,6 +20,7 @@
20
<queryReference clause="must" ref="visibility"/>
21
</query>
22
<query xsi:type="matchQuery" value="$search_term$" name="search">
23
+ <match field="name" matchCondition="match_phrase_prefix"/>
24
25
<query xsi:type="matchQuery" value="$search_term$" name="partial_search">
26
<match field="name" matchCondition="match_phrase_prefix"/>
0 commit comments