Hi guys,
I am wanting to add search capability to my gallery. My gallery displays the folders and files of a document library. I am wanting to filter based on the "Owner" field.

The gallery items property is set to:
SortByColumns(
Filter(
'Processes',
'Folder path' = varFolderPathCurrent
),
"{IsFolder}",
Descending,
"{Name}",
Ascending
)
I have tried adding the search context in the gallery items and also in a text input (TextInput16.Text), something like this:
Search(Filter('Processes', 'Folder path' = varFolderPathCurrent), TextInput16.Text, "Owner")
Not sure where I am going wrong, hopefully super simple
Thanks,
David