FilterKeyword public struct FilterKeyword : Codable, Hashable, Identifiable Undocumented id The ID of the FilterKeyword in the database. Declaration Swift public var id: String keyword The phrase to be matched against. Declaration Swift public var keyword: String wholeWord Should the filter consider word boundaries? Declaration Swift public var wholeWord: Bool Copyright (c) 2022, Konstantin Kostov and David Gary Wood Generated by jazzy ♪♫ v0.14.4, a Realm project.