I have a list of alpha-numeric size attributes that I need to be able to filter, either in advanced search or in layered navigation (I'm referring to Magento, if anyone else decides to remove that from the title).
the problem is that I should be able to set them as intervals. Imagine shoe sizes: 25, 25/, 31, 31/. I would like to be able to set something like:
20-25/
26-30
30/-40
With the first filter returning all shoes available in that size interval, obviously. How can I achieve this?
It occurred to me assigning thos intervals as attributes before I export them from SQL Server... Maybe that would save me some trouble...