Question:
I have a directory of names in a CMS collection. I want to display them in a set of repeaters (that’s all working satisfactorily) grouped by first letter of surname. I can create 26 (or 52?) datasets on the directory collection (one for each letter of the alphabet, upper case and lower case) but I’d like to reduce that to 10 (case-insensitive): ABC, DEF, GHI, JKL, MNO, PQRS, TUV, WXYZ. The obvious solution would be a filter based on a regex testing the start of the surname but I only appear to be able to test for “surname starts with a single value”.
Product:
Wix Editor