Skip to content

Commit 004e1e8

Browse files
authored
Add missing filters
1 parent d946b97 commit 004e1e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Search/Operator.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@ final class Operator
3636
const ENDS_WITH = 'ENDS WITH';
3737
const CONTAINS = 'CONTAINS';
3838
const DOES_NOT_CONTAIN = 'DOES NOT CONTAIN';
39+
const AT_LEAST_COMPLETE = 'AT LEAST COMPLETE';
40+
const AT_LEAST_INCOMPLETE = 'AT LEAST INCOMPLETE';
41+
const ALL_COMPLETE = 'ALL COMPLETE';
42+
const ALL_INCOMPLETE = 'ALL INCOMPLETE';
3943
}

0 commit comments

Comments
 (0)