Enum MBSearchResultTypes
Describes the result of a search from the MBAutocompleteSelectField<TItem> component.
public enum MBSearchResultTypes
Fields
FullMatchFound = 1
A full match has been found.
NoMatchesFound = 0
No items were found that match the search string.
PartialMatchesFound = 2
One or more matches were found, but fewer than the threshold for too many items to be indicated.
TooManyItemsFound = 3
Too many items were found, resulting in a zero length search result list.