
Waxingmedia(@waxingmedia)
16 Posts
Customers
Quote from Waxingmedia on April 12, 2022, 02:04
Hello!
I have a filter setup with a woocommerce attribute (pa_instrumentation) and I want the search logic to use AND for the attribute's terms matching, but I can't seem to get it to work. It works fine use the default "OR" operator. However, I'm unsure of how to construct the shortcode in order to get it to work. This is what I've got, but it seems to still be using the OR operator.
[woof_quick_search preload=1 placeholder='Search' extended_filter=1 reset_btn=1 add_filters='checkbox:pa_instrumentation, pa_instrumentation:AND']
Any help appreciated! thnx!
Hello!
I have a filter setup with a woocommerce attribute (pa_instrumentation) and I want the search logic to use AND for the attribute's terms matching, but I can't seem to get it to work. It works fine use the default"OR" operator. However, I'm unsure of how to construct the shortcode in order to get it to work. This is what I've got, but it seems to still be using the OR operator.
[woof_quick_search preload=1 placeholder='Search' extended_filter=1 reset_btn=1 add_filters='checkbox:pa_instrumentation, pa_instrumentation:AND']
Any help appreciated! thnx!

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 12, 2022, 11:41
Hello
Please read docs( https://share.pluginus.net/image/i20220412093950.png ) - https://products-filter.com/shortcode/woof_quick_search/
term_logic="pa_instrumentation:AND"
Hello
Please read docs( https://share.pluginus.net/image/i20220412093950.png ) - https://products-filter.com/shortcode/woof_quick_search/
term_logic="pa_instrumentation:AND"

Waxingmedia(@waxingmedia)
16 PostsTopic Author
Customers
Quote from Waxingmedia on April 12, 2022, 19:28
thanks! I got it now. the syntax wasn't clear at first.
cheers
thanks! I got it now. the syntax wasn't clear at first.
cheers

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 13, 2022, 11:55
Hello
Welcome;)
Hello
Welcome;)