I have
repeaterSousComposite(repeater) / Titres(composite) / SousTitres(repeater) / soustitre(string)
If I solrseach with columns "repeaterSousComposite.Titres.*"
I have an error in the console
ext-all.js:10401 [W] XTemplate evaluation exception: Cannot read properties of undefined (reading 'entries')
error in isValidValue
TypeError: Cannot read properties of undefined (reading 'entries')
at constructor.isValidValue (SearchGridHelper.js:1970:61)
at constructor.renderValueError (SearchGridHelper.js:1130:36)
at constructor.renderer (SearchGridHelper.js:1663:23)
at constructor.renderCell (ext-all.js:228684:30)
at constructor.eval [as fn] (eval at compile (ext-all.js:65364:49), <anonymous>:22:13)
at constructor.applyOut (ext-all.js:66157:20)
at constructor.eval [as fn] (eval at compile (ext-all.js:65364:49), <anonymous>:6:94)
at constructor.applyOut (ext-all.js:66157:20)
at constructor.eval [as fn] (eval at compile (ext-all.js:65364:49), <anonymous>:56:14)
at constructor.applyOut (ext-all.js:66157:20)
looks like the repeater was not converted...