Whats the best way to link a wix store collection with a dynamic page?
For example, lets say iam selling kettles. Wix stores already has a defined product dynamic page, so all my kettles are in the stores products dataset. Now i need to create dynamic category pages (based on say, the color) so only a filtered subset of the store products collection are shown in each of these pages. (white kettles in the white page, black kettles in the black color page and so on). A repeater would connect with the store products dataset with some filters applied.
Whats the most efficient way to do this? There is a reference field in the products dataset but not sure how to use this as a filter. Adding a text field as a filter would help, but having the code to go through texts of 100s of products seems very inefficient and could potentially slow the loading speed.