Skip to content

Commit 99149df

Browse files
MAGETWO-99605: Exact match search in the Backend
1 parent 6853c90 commit 99149df

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

7676
/**

0 commit comments

Comments
 (0)