Skip to content

Commit 3df25b8

Browse files
MAGETWO-99605: Exact match search in the Backend
1 parent c56341c commit 3df25b8

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
@@ -69,7 +69,7 @@ function ($column) use ($alias) {
6969
*/
7070
private function escapeAgainstValue(string $value): string
7171
{
72-
return preg_replace('/([+\-><\(\)~*\"@]+)/', ' ', $value);
72+
return preg_replace('/([+\-><\(\)~*\'@]+)/', ' ', $value);
7373
}
7474

7575
/**

0 commit comments

Comments
 (0)