[TYPO3-english] TCA searchFields only works with BE admin

Loek Hilgersom loek at netcoop.nl
Fri Aug 31 14:35:33 CEST 2012


Hi Dominic,

Did you add [$tableName]['ctrl']['searchFields'] to the TCA of your 
extension?
Starting from TYPO3 4.6 the BE-search does not work by default on every 
table. By default, it searches uid and pid for admin-users only, for 
other fields and other users you have to set 'searchFields'.

Also make sure you set 'eval' => 'int' for fields you want to search as 
integer values (often you'll have string fields containing integer values).

Hth,
Loek


Op 30-08-12 19:14, Domi schreef:
> Good Morning,
>
> I wrote an extension and try that BE user find the dataset with the 4.6
> backend_search feature. But only for the admin BE-user the search is
> functional. For editors its not working.
>
> How do I enable this for other Be usergroups?
>
> THX Dominic
>
>
> / sorry for crossposting to the german list



More information about the TYPO3-english mailing list