Text Operators

Note: Text operators are not case sensitive.
Contains
specifies that a matching value must contain the filter value.
EndsWith
specifies that a matching value must contain the filter value at the end of the value.
NotContains
specifies that a matching value must not contain the filter value.
StartsWith
specifies that a matching value must contain the filter value at the start of the value.