SearchMatchType
public enum SearchMatchType : CustomStringConvertible, JSONRepresentable
Indicates what type of match was found for a given item.
-
This item was matched on its file or folder name.
Declaration
Swift
case filename -
This item was matched based on its file contents.
Declaration
Swift
case content -
This item was matched based on both its contents and its file name.
Declaration
Swift
case both -
Declaration
Swift
public var description: String { get }
View on GitHub
SearchMatchType Enumeration Reference