File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/internal/Magento/Framework/Search
Adapter/Mysql/Query/Builder
Test/Unit/Adapter/Mysql/Query/Builder Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
16
16
class Match implements QueryInterface
17
17
{
18
- const SPECIAL_CHARACTERS = '-+~/ \\<> \'":*$#@()!,.?`=%&^_ ' ;
18
+ const SPECIAL_CHARACTERS = '-+~/ \\<> \'":*$#@()!,.?`=%&^ ' ;
19
19
20
20
const MINIMAL_CHARACTER_LENGTH = 3 ;
21
21
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public function testBuildQuery()
64
64
->getMock ();
65
65
$ this ->fulltextHelper ->expects ($ this ->once ())
66
66
->method ('getMatchQuery ' )
67
- ->with ($ this ->equalTo (['some_field ' => 'some_field ' ]), $ this ->equalTo ('-some* -value * ' ))
67
+ ->with ($ this ->equalTo (['some_field ' => 'some_field ' ]), $ this ->equalTo ('-some_value * ' ))
68
68
->will ($ this ->returnValue ('matchedQuery ' ));
69
69
$ select ->expects ($ this ->once ())
70
70
->method ('where ' )
You can’t perform that action at this time.
0 commit comments