Skip to content

Commit 7afaeae

Browse files
authored
Merge pull request #24 from PcComponentes/Silfaran-patch-1
add CONTAINS_NON_SENSITIVE operator
2 parents 4350426 + 91c54b3 commit 7afaeae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Domain/Criteria/FilterOperator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ final class FilterOperator extends EnumValueObject
1212
const LT = '<';
1313
const LTE = 'LESS_THAN_OR_EQUAL';
1414
const CONTAINS = 'CONTAINS';
15+
const CONTAINS_NON_SENSITIVE = 'CONTAINS_NON_SENSITIVE';
1516
const IN = 'IN';
1617
const NOT_IN = 'NOT IN';
1718
const NOT_EQUAL = 'NOT EQUAL';

0 commit comments

Comments
 (0)