[TYPO3-mvc] query contains exception
Bas van der Togt
b.vandertogt at profinit.com
Wed May 22 11:51:23 CEST 2013
Wel i have tested it but ik does not work with contains.
Is there realy no way do to do a FIND_IN_SET with extbase?
I think this is a must have with a TCA core element like:
'services' => array(
'exclude' => 0,
'label' =>
'LLL:EXT:gc/Resources/Private/Language/locallang_db.xlf:tx_gc_domain_model_testimonial.services',
'config' => array(
'type' => 'select',
'items' => array(
array('LLL:EXT:gc/Resources/Private/Language/locallang_db.xlf:tx_gc_domain_model_testimonial.services.1',
'1'),
array('LLL:EXT:gc/Resources/Private/Language/locallang_db.xlf:tx_gc_domain_model_testimonial.services.2',
'2'),
array('LLL:EXT:gc/Resources/Private/Language/locallang_db.xlf:tx_gc_domain_model_testimonial.services.3',
'3'),
array('LLL:EXT:gc/Resources/Private/Language/locallang_db.xlf:tx_gc_domain_model_testimonial.services.4',
'4'),
),
'size' => 4,
'minitems' => 1,
'maxitems' => 4,
)
),
Kind regards,
Bas
Op 17-05-13 19:27, Domi schreef:
> Hi Bas,
>
> I never used comma separated string so you need to test by yourself if
> it works.
>
> Cheers,
> Dominic
More information about the TYPO3-project-typo3v4mvc
mailing list