Repeater Modul -> &fieldSettingFilter to filter one entry

I have a teamsite, create with the repeater-modul. Every teammember have a shortname, example “reto meier” have the shortname: “rm”

The placeholder is [[+short]]

I try now into another document to take only one teammember:

[[!cbGetFieldContent?
&field=22
&resource=60
&limit=1
&fieldSettingFilter=short==rm
]]

But dosn’t work. How it works?

The fieldSettingFilter only applies to the settings on the repeater field itself, not the values for the individual rows. For what you’re trying to do you’ll need to use the &returnAsJSON property to get back the raw repeater contents, and process that yourself.