Skip to content

Commit 2d0044a

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 cbe7601 commit 2d0044a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
<queryReference clause="must" ref="visibility"/>
2121
</query>
2222
<query xsi:type="matchQuery" value="$search_term$" name="search">
23-
<match field="*"/>
2423
</query>
2524
<query xsi:type="matchQuery" value="$search_term$" name="partial_search">
26-
<match field="*"/>
2725
<match field="name" matchCondition="match_phrase_prefix"/>
2826
<match field="sku" matchCondition="match_phrase_prefix"/>
2927
</query>

0 commit comments

Comments
 (0)