Home Forums WoodMart support forum Ajax search can't show product list when i using Chinese tag.

Ajax search can't show product list when i using Chinese tag.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #163913

    suitlm
    Participant

    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.
    #163927

    Artem Temos
    Keymaster
    Xtemos team

    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

Viewing 2 posts - 1 through 2 (of 2 total)