Skip to content

Commit f043f7f

Browse files
committed
add contains all filter operator
1 parent ffb5b40 commit f043f7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/org/labkey/remoteapi/query/Filter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public enum Operator
6363
DOES_NOT_START_WITH("Does Not Start With", "doesnotstartwith", "DOES_NOT_START_WITH", true),
6464

6565
CONTAINS("Contains", "contains", "CONTAINS", true),
66+
CONTAINS_ALL("Contains All", "containsall", "CONTAINS_ALL", true),
6667
DOES_NOT_CONTAIN("Does Not Contain", "doesnotcontain", "DOES_NOT_CONTAIN", true),
6768

6869
CONTAINS_ONE_OF("Contains One Of (example usage: a;b;c)", "containsoneof", "CONTAINS_ONE_OF", true),

0 commit comments

Comments
 (0)