Maybe I’m missing it somewhere, but is there a say to filter multiple item categories and display all that match?
For example, I have a dropdown with: Cars, Boats, Bikes, Jet skis, Scooters.
On the backend, each item have their categories set to Cars, Boats, Bikes, Jet skis or Scooters. In ADDITION to that, they are in categories such as Land or Water.
Right now, I have the dropdown working to pull Cars, Boats, Bikes, Jet skis OR Scooters. However, I would like to have an option for Land OR Water which would pull ALL Cars/Bikes/Scooter or ALL Boats/Jet Skis without having to create another separate category.
Make sense? I feel like I’m missing something really easy.
Current href that pulls just Cars from the category Title/Cars. Ultimately, I would like to pull Land AND Water which would include all of the above:
href="/people-advanced-search?prop_ModuleId=1862&prop_KeyWords=&prop_PreferredFirstName=&prop_LastName=&prop_ItemCategories=Title/Cars
Thanks in advance.