MatchType:ContentMatchType

The MatchType indicates the type of search for the content in a data object. The default value is Contains.

The kind of search depends on the configuration of the SQL server. What is important is whether the full text search has been installed. If the full text search has not been installed or does not work, then the search will always behave like the value ContentMatchType.ContainsExact.

Access: Read
Return type: ContentMatchType