In the classifieds reference site, I have changed "location" from a flat taxonomy to a hierarchical taxonomy.
I want to allow users to select two or more different location taxonomy terms from the drop down list for the Parametric Ads Search e.g. I would like to allow users to conduct a search for vehicles in Boston and Chicago but NOT Los Angles and New York. Default behavior with multi-select drop down boxes is that by holding down the SHIFT key and clicking options it is possible to do a multi-select search.
How can I edit the parametric search view to allow this?
Actually I figured this out by looking at the documentation.
https://toolset.com/documentation/user-guides/views-shortcodes/
type (opt):
'checkbox' | 'checkboxes' | 'date' | 'datepicker' | 'radios' | 'select' | 'textfield' | 'multi-select'
Control type to be displayed on your Custom search form. Defaults to the appropriate control type for the field type.
so "multi-select" or "checkboxes" works.