my cms items are documents that each have a minimum age and a maximum age that they are appropriate for. eg. Book A might be appropriate for ages 5 to 15.
i want a range slider that allows users to select the minimum and maximum ages of books they want filtered. is this possible with cms filter?
i have tried setting this up, but it seems that the value that is being filtered by the range slider must be a single value (like the mileage figure in this example) rather than a range.
what i want to happen basically is, for example, if the user sets the range slider min to 5 and the max to 15, the filtered items that should display are those that have a minimum age over 5 set, and a maximum age under 15 set.
thanks!