
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;)