If(
IsBlank(TextInput1.Text),
DataSource,
Filter(
DataSource,
ForAll(
Split(TextInput1.Text, "+"),
Lower(Value) in Lower(Name) ||
Lower(Value) in Lower(Type) ||
Lower(Value) in Lower(Description)
)
)
)
Stay up to date on forum activity by subscribing.