Hunter.FilterKeyword (hunter v0.7.0)

Copy Markdown View Source

FilterKeyword entity

A keyword that, if matched, should cause the filter action to be taken, part of Hunter.Filter

Fields

  • id - the ID of the filter keyword
  • keyword - the phrase to be matched against
  • whole_word - whether the keyword should consider word boundaries

Summary

Types

t()

@type t() :: %Hunter.FilterKeyword{
  id: String.t(),
  keyword: String.t(),
  whole_word: boolean()
}