Skip to content

Commit 0549d01

Browse files
committed
ACP2E-1854: Attribute that is not searchable but used in Search Results works incorrectly
- adjusted Use in Layered Navigation logic
1 parent 82eabce commit 0549d01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/CatalogSearch/etc/search_request.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<queryReference clause="must" ref="visibility"/>
2121
</query>
2222
<query xsi:type="matchQuery" value="$search_term$" name="search">
23+
<match field="name" matchCondition="match_phrase_prefix"/>
2324
</query>
2425
<query xsi:type="matchQuery" value="$search_term$" name="partial_search">
2526
<match field="name" matchCondition="match_phrase_prefix"/>

0 commit comments

Comments
 (0)