Home › Forums › WoodMart support forum › Ajax search can't show product list when i using Chinese tag. › Reply To: Ajax search can't show product list when i using Chinese tag.
December 18, 2019 at 2:47 pm
#163927
Artem Temos
Keymaster
Hello,
AJAX search starts from 3 symbols right now. You can change this value to one symbol by adding the following code snippet to the functions.php file
add_filter( 'woodmart_ajax_search_symbols_count', function (){
return 1;
} );
Kind Regards