We want to thank all our amazing customers for your trust and support throughout 2025!
Merry Christmas and Happy New Year to you and your families! š
Thank you for being with us! We appreciate every one of you and look forward to continuing our work together in the new year.

Aidan(@aidan-aidanbrownit-co-uk)
4 Posts
Customers
Quote from Aidan on December 4, 2023, 20:56
When searching SKU in a separate field and Title/Description in Text the title/description filter seems to be ignored if no results match.
This can be seen at this test site
https://aston.aidanbrownit.co.uk
Enter Grille in Title/Description and Part No. 1r12
this combination doesn't exist and should return no results but instead you see the Part no search results.
When searching SKU in a separate field and Title/Description in Text the title/description filter seems to be ignored if no results match.
This can be seen at this test site
https://aston.aidanbrownit.co.uk
Enter Grille in Title/Description and Part No. 1r12
this combination doesn't exist and should return no results but instead you see the Part no search results.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 5, 2023, 13:41
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png andĀ ftp+wp-admin access - https://share.pluginus.net/image/i20230222134615.png
Update theĀ plugin to latest version - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png andĀ ftp+wp-admin access - https://share.pluginus.net/image/i20230222134615.png
Update theĀ plugin to latest version - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato

Aidan(@aidan-aidanbrownit-co-uk)
4 PostsTopic Author
Customers
Quote from Aidan on December 5, 2023, 16:19
Confirmed the plugin is updated to version 3.3.4.5 and added private details
Just to note I've updated the address to a clone of the site before granting access.
https://astonclone.aidanbrownit.co.uk
Confirmed the plugin is updated to version 3.3.4.5 and added private details
Just to note I've updated the address to a clone of the site before granting access.
https://astonclone.aidanbrownit.co.uk

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 6, 2023, 16:40
Hello
Please addĀ in functions.phpĀ thisĀ code:
add_filter('woof_husky_query_post__in', function($do){
return false;
});
andĀ do a test
Hello
Please addĀ in functions.phpĀ thisĀ code:
add_filter('woof_husky_query_post__in', function($do){
return false;
});
andĀ do a test

Aidan(@aidan-aidanbrownit-co-uk)
4 PostsTopic Author
Customers
Quote from Aidan on December 8, 2023, 11:05
Thanks Pablo, I've added this but I'm still seeing the same results.
I have the following added to my functions.php for husky
add_filter('woof_main_query_tax_relations', 'my_woof_main_query_tax_relations');
function my_woof_main_query_tax_relations()
{
Ā Ā return array(
Ā Ā 'product_cat' => 'AND',
Ā Ā 'by_text' => 'AND',
Ā Ā 'by_sku' => 'AND',
Ā Ā 'pa_model' => 'AND',
Ā Ā 'pa_condition' => 'AND'
Ā Ā );
}
add_filter('woof_husky_query_post__in', function($do){
return false;
});
Thanks Pablo, I've added this but I'm still seeing the same results.
I have the following added to my functions.php for husky
add_filter('woof_main_query_tax_relations', 'my_woof_main_query_tax_relations');
function my_woof_main_query_tax_relations()
{
Ā Ā return array(
Ā Ā 'product_cat' => 'AND',
Ā Ā 'by_text' => 'AND',
Ā Ā 'by_sku' => 'AND',
Ā Ā 'pa_model' => 'AND',
Ā Ā 'pa_condition' => 'AND'
Ā Ā );
}
add_filter('woof_husky_query_post__in', function($do){
return false;
});

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 8, 2023, 13:44
Hello
Ok!
This code is not necessary - https://share.pluginus.net/image/i20231208134205.png - better remove it
TryĀ inĀ fileĀ - \wp-content\plugins\woocommerce-products-filter\ext\by_text\index.php - changeĀ thisĀ code - https://share.pluginus.net/image/i20231208134421.png
$this->use_post__in = false;// apply_filters('woof_husky_query_post__in', true);
andĀ do a test
Hello
Ok!
This code is not necessary - https://share.pluginus.net/image/i20231208134205.png - better remove it
TryĀ inĀ fileĀ - \wp-content\plugins\woocommerce-products-filter\ext\by_text\index.php - changeĀ thisĀ code - https://share.pluginus.net/image/i20231208134421.png
$this->use_post__in = false;// apply_filters('woof_husky_query_post__in', true);
andĀ do a test

Aidan(@aidan-aidanbrownit-co-uk)
4 PostsTopic Author
Customers
Quote from Aidan on December 11, 2023, 20:19
That's great, working! Thank you
That's great, working! Thank you

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on December 12, 2023, 13:03
Welcome;)
Welcome;)