Hi I have created a Toolset View for Searching on a Custom Post type
I See that by Defualt Toolset is using OR logic for the filters.
// this is only a exemple
[wpv-filter-controls]
[wpv-control taxonomy="contry" url_param="wpv-contry" type="select" default_label="Select Region" taxonomy_order="ASC" taxonomy_orderby="name" hide_empty="true"]
[wpv-control taxonomy="city" url_param="wpv-city" type="select" default_label="Select City" taxonomy_order="ASC" taxonomy_orderby="name" hide_empty="true"]
[wpv-filter-end]
But my site needs AND-filter where can i find this settings?
Thank you !
This option should be on your view filter section. If you scroll up on your view to the Query filter section you should see the backend filters for your view. See Screenshot
If you expand your taxonomy filter you should see the option to change the comparison logic between an OR/AND
If this section is not appearing for you, you will need to enable it by scrolling to the top of your view and click "Screen Options" in the top right hand corner. Then enable Query Filter.