File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
dev/tests/functional/tests/app/Magento/Catalog/Test/Repository
lib/internal/Magento/Framework/Search/Adapter/Mysql/Query/Builder Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 41
41
<field name =" attribute_set_id" xsi : type =" array" >
42
42
<item name =" dataset" xsi : type =" string" >default</item >
43
43
</field >
44
- <field name =" name" xsi : type =" string" >Product \' !@#$%^& *()+:;\\|}{][?=- ~` %isolation%</field >
44
+ <field name =" name" xsi : type =" string" >Product \' !@#$%^& *()+:;\\|}{][?=~` %isolation%</field >
45
45
<field name =" sku" xsi : type =" string" >sku_simple_product_%isolation%</field >
46
46
<field name =" is_virtual" xsi : type =" string" >No</field >
47
47
<field name =" product_has_weight" xsi : type =" string" >This item has weight</field >
Original file line number Diff line number Diff line change 23
23
*/
24
24
class Match implements QueryInterface
25
25
{
26
- const SPECIAL_CHARACTERS = '-+~/ \\<> \'":*$#@()!,.?`=%&^ ' ;
26
+ /**
27
+ * @var string
28
+ */
29
+ const SPECIAL_CHARACTERS = '+~/ \\<> \'":*$#@()!,.?`=%&^ ' ;
27
30
28
31
const MINIMAL_CHARACTER_LENGTH = 3 ;
29
32
@@ -117,7 +120,7 @@ public function build(
117
120
}
118
121
119
122
/**
120
- * Prepare query.
123
+ * Prepare query value for build function .
121
124
*
122
125
* @param string $queryValue
123
126
* @param string $conditionType
You can’t perform that action at this time.
0 commit comments