Hi,
Not sure if my title is misleading, unsure on terminology.
I have a power app where colleagues select a client name from a combo box, and the combo box selection filters a gallery.
I have an issue where, if a client has a middle name, the user gets a blank in the combo box when searching for the name. For example, 'Caelan T Gill' would not display if the user searched 'Caelan Gill'. I'm trying to find a way to have the dropdown options return names where the search text appears anywhere in the name, allowing for letters between the text. Effectively, I'm wanting to filter the items for each letter of the search individually.
Is there a way to do this?
I've been messing with splitting the search text, concatenating it back together again with """" "&" and filtering the items by that, but can't seem to get it to work.