FileManager data Search according to multiple fields

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!

Hey @guoqiang, here is one way you could do this, by redefining the default way the filemanager handles its search data: https://snippet.webix.com/3nxnep5q. I’ve included an extra custom column to make it more obvious, try typing in either the name or the school name, the text filter will filter them both out.

It worked. Thanks very much!