Frequently Bought Together search issue
-
Hi Ramialshami,
Thanks for reaching to us.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
Hello,
Thanks for your reply.
This has absolutely nothing to do with any investigation. It’s how you built it. To search with name only, unless it should work with id and SKU and not working in my case.
Anyways, I’ve provided it
Hi Ramialshami,
Thanks for details.
But admin credential is incorrect, please check again.
Regards,
Updated, same as sent before
Hi Ramialshami,
I’ve passed this topic to one of our developers, and I will let you know once get an answer.
Thanks for your patience.
Best Regards,
Hi Ramialshami,
Thanks for your patience.
At the moment, this search works only by product name.
However, it can create a Feature request with this idea, and we will implement it in the future. At the moment, you can define the code below in the functions.php file in your child theme that will change the number of product results from 20 to 100.
add_action( 'woodmart_get_numberposts_by_query_autocomplete', function () {
return 100;
});
Regards,