I have a channel that stores apartment info such as the number of bedrooms, number of bathrooms, square footage and floor number.
There will be a navigation list in the sidebar that will let you filter the apartments by number of bedrooms, so I was thinking that would be perfect for a category group.
My issue is that the filtered channel entries need to then be sorted/organized by floor number. So basically when you click to see one bedroom apartments, the channel entries should list them out like so:
Floor 12
- Entry 1
- Entry 2
- Entry 3
Floor 13
- Entry 1
- Entry 2
- Entry 3
Floor 14
- Entry 1
- Entry 2
- Entry 3
And so on.
Is there a better/easier way to achieve this without using 2 category groups, one for the number of bedrooms and one for the floor numbers?
Thanks for any help.