Search( Customers, SearchInput.Text, "Name", "Company" )

 

e.g;

DS = Customers (which contains fields such as Name, Company, Address, Phone No, etc.

You can modify to include or all or part of them:

Search(Customers, SearchInputText, "Name", "Address", Phone No")

 

Note: the search field title must be in "...."