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