FilterKeyword

public struct FilterKeyword : Codable, Hashable, Identifiable

Undocumented

  • id

    The ID of the FilterKeyword in the database.

    Declaration

    Swift

    public var id: String
  • The phrase to be matched against.

    Declaration

    Swift

    public var keyword: String
  • Should the filter consider word boundaries?

    Declaration

    Swift

    public var wholeWord: Bool