The search is flawed and shows all of our pages (even draft and private pages). The bigger problem is it doesn’t search product tags. So, unless a customer knows the exact name of the item, the search shows 0 results.
Can you please help with one of these solutions:
A. Provide the code/file name to search only product tags/taxonomy.
– OR –
B. Help us replace the native Legenda search in header.php with the premium plugin Woocommerce Predictive Search Pro (a very popular plugin with extensive search capabilities). Here is the code that needs to replace the Legenda search code in header.php:
<?php
$ps_echo = true ;
if ( function_exists( ‘woo_predictive_search_widget’ ) ) woo_predictive_search_widget( $ps_echo );
?>
We appreciate your help.
Thank you.