Home Forums WoodMart support forum ajax search word

ajax search word

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

    6372apple
    Participant

    As far as I know, our wood theme is using the ajax search engine, but when searching, you need to enter 3 Korean characters to get the search results. I want to change this to 2 characters.

    Attachments:
    You must be logged in to view attached files.
    #595442

    Hung Pham
    Keymaster

    Hi 6372apple,

    Thanks for reaching to us.

    Please add the following PHP code snippet to the child theme functions.php file to fix this

    add_filter( 'woodmart_ajax_search_symbols_count', function (){
    	return 2;
    } );

    Regards,

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