
tomaslobosk(@tomaslobosk)
8 Posts
Customers
Quote from tomaslobosk on September 26, 2022, 20:32
Hey guys!
When enabling Husky, my website searches takes a bit longer than expected and sometimes seems that they time out as it shows no results even though I know there are actual search results available.
What do you recommend to make thing faster and more reliable? Maybe turbo mode?
Best,
Tomás
Hey guys!
When enabling Husky, my website searches takes a bit longer than expected and sometimes seems that they time out as it shows no results even though I know there are actual search results available.
What do you recommend to make thing faster and more reliable? Maybe turbo mode?
Best,
Tomás

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 27, 2022, 10:52
Hello Tomás
Please try to add a code in functions.php:
add_filter('woof_husky_query_post__in', function($do){
return false;
});
and do a test
Hello Tomás
Please try to add a code in functions.php:
add_filter('woof_husky_query_post__in', function($do){
return false;
});
and do a test

tomaslobosk(@tomaslobosk)
8 PostsTopic Author
Customers
Quote from tomaslobosk on October 1, 2022, 15:58
Hey Pablo,
Tested, and is not working unfortunately, I've disabled Husky as too many customers were experiencing searches with no results. Is it possible you give our website a debug? You would require to enable Husky and test.
Cheers,
Tomás
Hey Pablo,
Tested, and is not working unfortunately, I've disabled Husky as too many customers were experiencing searches with no results. Is it possible you give our website a debug? You would require to enable Husky and test.
Cheers,
Tomás

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 3, 2022, 12:01
Hello Tomas
Please fix JS errors before testing my plugin - https://share.pluginus.net/image/i20221003095951.png
Hello Tomas
Please fix JS errors before testing my plugin - https://share.pluginus.net/image/i20221003095951.png