Skip to content

Commit dbd1684

Browse files
committed
AC-14360: Admin orders - unable to search for Will
1 parent 7315967 commit dbd1684

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Sales/Plugin/SearchCriteria/FulltextFilterPlugin.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414

1515
class FulltextFilterPlugin
1616
{
17+
1718
/**
19+
* For the sales order grid only, replace MATCH AGAINST with LIKE across key columns
20+
* to avoid MySQL stopword issues
21+
*
1822
* @param UiFulltextFilter $subject
1923
* @param \Closure $proceed
2024
* @param Collection $collection

0 commit comments

Comments
 (0)