Home › Forums › WoodMart support forum › ajax search word ajax search word This topic has 1 reply, 2 voices, and was last updated 3 months, 1 week ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 5, 2024 at 3:19 am #595317 6372appleParticipant 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. September 5, 2024 at 12:27 pm #595442 Hung PhamKeymaster 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, Author Posts Tagged: ajax search word Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register