SearchV2Arg
public class SearchV2Arg : CustomStringConvertible, JSONRepresentable
The SearchV2Arg struct
-
The string to search for. May match across multiple fields based on the request arguments.
Declaration
Swift
public let query: String
-
Options for more targeted search results.
Declaration
Swift
public let options: Files.SearchOptions?
-
Options for search results match fields.
Declaration
Swift
public let matchFieldOptions: Files.SearchMatchFieldOptions?
-
Deprecated and moved this option to SearchMatchFieldOptions.
Declaration
Swift
public let includeHighlights: Bool?
-
Declaration
Swift
public var description: String { get }