QueryType
public enum QueryType : String
Values applicable to the queryType
parameter.
-
All query words are interpreted as prefixes.
Declaration
Swift
case prefixAll = "prefixAll"
-
Only the last word is interpreted as a prefix (default behavior).
Declaration
Swift
case prefixLast = "prefixLast"
-
No query word is interpreted as a prefix. This option is not recommended.
Declaration
Swift
case prefixNone = "prefixNone"