sap.m.StringFilterOperator.AnyWordStartsWith
|
Checks if any word in the text starts with the search string.
|
sap.m.StringFilterOperator.Contains
|
Checks if the text contains the search string.
|
sap.m.StringFilterOperator.Equals
|
Checks if the text is equal with the search string.
|
sap.m.StringFilterOperator.StartsWith
|
Checks if the text starts with the search string.
|