FilterResult entity
A filter whose keywords matched a given status, part of Hunter.Status
Fields
filter- theHunter.Filterthat was matchedkeyword_matches- the keywords within the filter that were matched, if anystatus_matches- the status IDs within the filter that were matched, if any
Summary
Types
@type t() :: %Hunter.FilterResult{ filter: Hunter.Filter.t(), keyword_matches: [String.t()] | nil, status_matches: [String.t()] | nil }