Project

General

Profile

Bug #83813

Updated by Riccardo De Contardi almost 6 years ago

AT TCA you can find defined search fields for the meta data of files, but you can not find files searching for meta data. 

 <pre><code class="text"> 
 sys_file: 'searchFields' => 'name, type, mime_type, sha1' 
 sys_file_metadata: 'searchFields' => 'file,title,description,alternative' 
 </code></pre> 


Back