We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d946b97 commit 004e1e8Copy full SHA for 004e1e8
src/Search/Operator.php
@@ -36,4 +36,8 @@ final class Operator
36
const ENDS_WITH = 'ENDS WITH';
37
const CONTAINS = 'CONTAINS';
38
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';
43
}
0 commit comments