I need something softer than SOUNDS LIKE or I need to configure it abit.
I have table with cities for example: "London" I want to have up to one letter mistake in query.
When user will write: "Londom", I still want MYSQL to select London. But if user will write London with 2 letters wrong I don't want to select London anymore. So I just want SOUNDS LIKE with 1 letter treshold.