Why I can't search for locations that contains words with less than 4 letters (San, St, etc)?
Posted by Ashton Smith on 20 May 2018 03:38 AM
|
|
NOTE: The instruction provided below is technical, and if you are not a developer or a technical person, then please consult with your hosting provider. This issue happens because of the "ft_min_word_len" variable in your server's MySQL Configurations. You need to change this value to 2 so all your searches that contain values less than 4 letters work properly (like San Juan, Los Angeles, etc). 2- Restart MySQL server 3- Confirm the value has changed with the following SQL command 4- Repair WPL properties table to rebuild the indexes: | |
|