StringFilterPropertyName
public enum StringFilterPropertyName : String, PropertyNameProtocol
Undocumented
-
The expression to evaluate on item to get a string to compare with.
Declaration
Swift
case expression = "expression"
-
If matching is case sensitive.
Declaration
Swift
case ignoreCase = "ignore-case"
-
If exact matches are necessary or if substrings are allowed.
Declaration
Swift
case matchMode = "match-mode"
-
The search term.
Declaration
Swift
case search = "search"