Select exchanges by searching a string pattern into the comment property.
Evaluation scope defines the timing where this filter will be applied.
outOfScope Means that the filter or action associated to this scope won't be trigger in the regular HTTP flow. This scope is applied only on view filter and internal actions.
commentSearchFilter
The following table describes the customizable properties available for this filter:
Property | Type | Description | DefaultValue |
---|---|---|---|
pattern | string | The string pattern to search | |
operation | exact | contains | startsWith | endsWith | regex | The search operation performed | contains |
caseSensitive | boolean | true if the Search should be case sensitive | false |
inverted | boolean | Negate the filter result | false |
This filter has no specific usage example
View definition of CommentSearchFilter for .NET integration.
The following filters are related to this filter: