Home Forums WoodMart support forum Site search

Site search

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

    ilir
    Participant

    Hello,

    is any solution to edit Min characters to show autocomplete I want to do with 2 characters I have edit ajax but not work is any solution to do it

    #254435

    Hello,

    Please add this code to the fundtions.php of the child theme:

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

    Best Regards

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