Options
public struct Options
Options to set indexing for offline search.
-
Sets whether indexing is enabled or disabled. Defaults to
false.Declaration
Swift
public var enabled: Bool -
Creates a new instance.
Declaration
Swift
public init(enabled: Bool = true)