get Search Words
See getSearchWords(PropertyList?, Boolean).
Return
(see linked method).
See getSearchWords(PropertyList?, Boolean).
Return
(see linked method).
Parameters
Select parameter.
Return the candidate search words in this structure, for use by {@link com.sap.cloud.mobile.kotlin.odata.SearchExpression#matches(com.sap.cloud.mobile.kotlin.odata.StringList) SearchExpression.matches}.
Search words are obtained from string-typed properties using {@link com.sap.cloud.mobile.kotlin.odata.SearchExpression#wordsInText(kotlin.String) SearchExpression.wordsInText}.
The candidate search words in this structure, for use by {@link com.sap.cloud.mobile.kotlin.odata.SearchExpression#matches(com.sap.cloud.mobile.kotlin.odata.StringList) SearchExpression.matches}.Return
Parameters
(nullable) Selected list of properties (can refer to properties of nested structure types). If null, then all string-typed properties will be selected.
Should a tab be added between the words for separate properties, to prevent {@link com.sap.cloud.mobile.kotlin.odata.SearchTerm#phrase(com.sap.cloud.mobile.kotlin.odata.StringList) SearchTerm.phrase} searches from matching phrases with words from different properties. Defaults to true.