MatchTextAny

data class MatchTextAny(val text: String) : FieldMatcher

Full-text match, any token present (match.text_any).

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard