Hi Community,
I would like to use the function Search and Filter into a Gallery, the idea is to use a Text filter and by default into the Gallery, filtering by Priority & Value fields, I use the next formula only to filter by default in the Gallery, but the Search I don't know how to combine with the Filter function
//Search('Project Inventory', txt_SearchProjectName.Text, "ProjectName")
Filter('Project Inventory', Priority.Value = "High", Value.Value = "High")

The Gallery works with the filter but no with the Search function, any help that would be great, thanks.
Kind regards 👋