File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Doctrine/Common/Filter Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ interface SearchFilterInterface
39
39
/**
40
40
* @var string The value must be contained in the field case-insensitive
41
41
*/
42
- public const STRATEGY_IPARTIAL = 'partial ' ;
42
+ public const STRATEGY_IPARTIAL = 'ipartial ' ;
43
43
44
44
/**
45
45
* @var string Finds fields that are starting with the value
@@ -49,7 +49,7 @@ interface SearchFilterInterface
49
49
/**
50
50
* @var string Finds fields that are starting with the value case-insensitive
51
51
*/
52
- public const STRATEGY_ISTART = 'start ' ;
52
+ public const STRATEGY_ISTART = 'istart ' ;
53
53
54
54
/**
55
55
* @var string Finds fields that are ending with the value
@@ -59,7 +59,7 @@ interface SearchFilterInterface
59
59
/**
60
60
* @var string Finds fields that are ending with the value case-insensitive
61
61
*/
62
- public const STRATEGY_IEND = 'end ' ;
62
+ public const STRATEGY_IEND = 'iend ' ;
63
63
64
64
/**
65
65
* @var string Finds fields that are starting with the word
@@ -69,5 +69,5 @@ interface SearchFilterInterface
69
69
/**
70
70
* @var string Finds fields that are starting with the word case-insensitive
71
71
*/
72
- public const STRATEGY_IWORD_START = 'word_start ' ;
72
+ public const STRATEGY_IWORD_START = 'iword_start ' ;
73
73
}
You can’t perform that action at this time.
0 commit comments