Currently the search condition within FileManager is by file/folder name(value), but I have a custom column called school
, I want to make the search condition also worked on school
, so how to update the search function within filemanager, then after user input some text within search control, the search function will return all the data whose name or school are like the user input.
Thank you very much!