I'm creating a database app and just looking to improve the search functionality.
I have a sharepoint list of organisations and they have three fields, 'Organisation Name' 'Organisation Type' and 'Organisation Focus.'
I want my powerapps database to be able to have a screen where I can search for records that match a particular field, eg. Some organisations may have their type listed as 'charity'. If I wanted to search for all charities I would be able to enter 'charity' into the search box and it will pull up a screen with a gallery showing all charities.
I seem to have been able to get it to filter names by using Filter('Organisation List', StartsWith ('Organisation Name', textinput1.Text)) but this then doesn't seem to allow me to replicate this formula to filter out 'Type' or 'Focus'.
Is there a better way I'm missing?
Many Thanks