I want to use selection tags to filter a repeater connected to my “Courses” collection in Editor without code . Previously, I had a working solution where the Courses dataset was filtered by the dropdown value of another dataset (days of the week), but Wix seems to have removed that function.
So now I’ve set up a field in Courses for the day of the week and I’m trying to use selection tags to display the user-selected match, but there are two problems.
-
the selection tags only match the days that are in the data, so if no Mondays then no tag for Monday (I want all 7 days as options, even if not in the data)
-
Regardless of what labels I set in layout, once connected to the CMS the selection tags only display the days of the week from its dataset in alphabetical order (so Friday, Monday, Saturday). Previously it was possible to connect the labels to a separate dataset.