Filelist filters not working in older site

Permalink
I am trying to filter out some files (by name) from the file manager and display them on my site. On my C5 site with version 5.5.1 i get a nice list of files, but on an older site (5.3.1.1) I don't get any results with the code beneath. There are files that match the keyword in both sites.

Am I missing something here?

Loader::model('file_list');
$fl = new FileList();
$fl->filterByKeywords('test');
$files = $fl->get();
var_dump($files);

 
JohntheFish replied on at Permalink Reply
JohntheFish
Maybe check back through old bug reports. I seem to remember reading something about searching and files.