Skip to content

Commit e1601c2

Browse files
MC-17947: Search by email is working incorrect in Sales > Orders grid
1 parent 61feecb commit e1601c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Element/UiComponent/DataProvider/FulltextFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class FulltextFilter implements FilterApplierInterface
1717
{
1818
/**
19-
* Patterns using for escaping special characters in escapeAgainstValue method
19+
* Patterns using for escaping special characters
2020
*/
2121
private $escapePatterns = [
2222
'/[@\.]/' => '\_',

0 commit comments

Comments
 (0)