Home Forums WoodMart support forum ajax search word Reply To: ajax search word

#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,