gws.core.types.TextSearchType

enumeration gws.core.types.TextSearchType

'exact'match the whole string gws.core.types.TextSearchType.exact
'begin'match the beginning of the string gws.core.types.TextSearchType.begin
'end'match the end of the string gws.core.types.TextSearchType.end
'any'match any substring gws.core.types.TextSearchType.any
'like'use the percent sign as a placeholder gws.core.types.TextSearchType.like