I am building an app based on sharepoint files and folders, The idea is to be able to quickly search build documentation within my department. I am able to get the gallary to filter and or search but it will not search any of the sub folders. I have taken several stabs at this with no luck. Here is my gallary filter
'Production Documents',
'Folder path' = varFolderPath &&
StartsWith('File Name', Search_box.Text)
)
Production Documents,
StartsWith(
'Folder path',
varFolderPath
) &
Or(
IsBlank(FileName.Value),
StartsWith(
FileName,
Search_box.Text
)
)
)

Report
All responses (
Answers (