Hi,
I spent a whole day trying to make a search input with multiple columns but I'm not able to do it.
I have a gallery linked to a SharePoint list, where I have the columns Name(Person), Old(text) and New(text).
I'm able to search the DisplayName for the Name column using this code:
Search(AddColumns(database,"DisplayName",Name.DisplayName), SearchBox.Text, "DisplayName")
How can I improve this code to be able to search also for the content on the Old and New columns?