Start ajax search after typing 2 caracters in the search bar
-
Three characters are required to start the ajax search. Many product types are only 2 characters for a webshop I am working on. How could I start the ajax search after typing 2 characters.
Hello,
Unfortunately, Wooocommerce does not have this option. WoodMart search is based on Woocommerce search with light customization. Please try to find a plugin.
Best Regards
Hello,
We have double checked and our dev team provided a solution for your issue: please add this code to the fundtions.php of the child theme:
add_filter( 'woodmart_ajax_search_symbols_count', function (){
return 2;
} );
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards