
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 10, 2021, 13:49
Hello
Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png
https://www.dropbox.com/s/2bc0jkz9d6dukw0/filter_or.png?dl=0 - Yes, correct - this logic works within one taxonomy! - https://c2n.me/4bfheN1.png
- I select Helmets in both "Daily Auctions" and "All Star Auctions" - These are different taxonomies and between different taxonomies the logic is always "AND". To change this behavior - you need customization of the code - https://products-filter.com/hook/woof_get_tax_query/
OR better for this option use one taxonomy
Hello
Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png
https://www.dropbox.com/s/2bc0jkz9d6dukw0/filter_or.png?dl=0 - Yes, correct - this logic works within one taxonomy! - https://c2n.me/4bfheN1.png
- I select Helmets in both"Daily Auctions" and"All Star Auctions" - These are different taxonomies and between different taxonomies the logic is always"AND". To change this behavior - you need customization of the code - https://products-filter.com/hook/woof_get_tax_query/
OR better for this option use one taxonomy

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 11, 2021, 12:22
Hello
Do we have snippets for custorimization or we need to do it ourself for the OR logic. - I recommend you another solution - https://c2n.me/4bg7I7M.png
We do not have a ready-made solution for you
To this you need add one attribute
$tax_args['relation'] = "OR";
Hello
Do we have snippets for custorimization or we need to do it ourself for the OR logic. - I recommend you another solution - https://c2n.me/4bg7I7M.png
We do not have a ready-made solution for you
To this you need add one attribute
$tax_args['relation'] ="OR";