pub fn contain(attribute: &str, value: Value) -> FilterDirective
Expand description
Create a contains comparison
ยงArguments
attribute
- The attribute to comparevalue
- The value to compare to
pub fn contain(attribute: &str, value: Value) -> FilterDirective
Create a contains comparison
attribute
- The attribute to comparevalue
- The value to compare to