Hi,
I have a (search) text-field, to search (filter) a repeater. I want to do this with a custom expression, where I can search over several repeater fields. How can I add more fields in this custom expression which was generated automatically after switching to custom expression?
[[Item.QR_Shorty_Bezeichnung.toLowerCase().indexOf(GETWIDGETTEXT.toLowerCase()) != -1]]
Thanks,
Max