Ajax search can't show product list when i using Chinese tag.
-
After i add some Chinese tag for products, the Ajax search seems can not work very well.
I use “树” instaed of “tree”, when i search “树”, search bar can’t list products name below, but when i press enter, the reslut page will show correct result.
Attachments:
You must be
logged in to view attached files.
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