MatchType
Whether to allow partial matches on `FID_NAME` searches.
Note `FID_NAME` with `MatchType.exact` searches only apply to the first word of the name.
Enumeration Members
Allow partial match on first word. E.g. "Microsoft" will match "Microsoftware Intl".
Don't allow partial match on first word. E.g. "Microsoft" will not match "Microsoftware Intl".
Also in this Section