Home › Forums › WoodMart support forum › ajax search word › Reply To: ajax search word
September 5, 2024 at 12:27 pm
#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,