I’m not sure if this is a bug or if an updated syntax is required since the 4.8.x releases but I can no longer get data views filtering properly when referenced in a repeat region with a serverconnect data set.
Using $index in this scenario no longer works.
filter="type_id == svrconnect_dashboard.data.qry_schedule_event_overview[$index].type_id" use to work before the update. While I can get results back if I use [{{$index}}] it does not actually filter anything. Otherwise using $index produces zero results.
Anyone else experiencing this or is there an updated syntax?
Could you give a small sample of your code, want to know how the components are nested. Since you use the $index in the filter I assume you have the dataview within the repeater?
Yes, that’s correct. I’m using a data view within the repeater of various components. On several pages, I use the data view in a repeater for cards and others I use it for swipers.
I’ll post some stripped down sample code in a few hours.
Awesome! Looks like it fixed it for cards but perhaps not for swiper slides? I’ll double check on my end to make sure I haven’t messed anything up while troubleshooting.