I have a combobox that shows users as the text is typed, but it searches for the initial text, I would like it to find when the user typed any word it would find users matching that word or words
I try this:
Search(UsuáriosdoOffice365.SearchUserV2({searchTerm:Self.SearchText;top:1000}).value;ComboBox2_1.SearchText;"DisplayName")
,Didn't work out

Report
All responses (
Answers (