Can you filter a Galley via text search input by multiple columns?
I have a gallery that has data from 3 columns I want to search Community, Marker ID, Damage Observed.
Current code: Filter('Maintenance Issues',StartsWith(Community,TextSearchBox1_1.Text))
This searches the Community column successfully, but I also would like to search by Damage Observed. Can anyone provide me the modified code? Or is there a simple way to text input search all data?