Soundex for French?
Dudule -
Hello
Is there a MySQL function (native or proposed by someone open source) equivalent to soundex() for French?
1 answer
-
Hello
Just type mySQL soundex into your search engine and you'll see that the answer is yes...
Try to check it out
.
Regards,
Jordane-
-
That said @jordane, you just need to type "PHP soundex" into your search engine and you will see this:
https://www.php.net/manual/en/function.soundex.php
...
Have you tested/used the function you are proposing or are you just providing a Google result?
That's the difference between a Google search and a question on a forum:
- Google provides a list of results, including outdated or false information.
- On a specialized forum, one expects a critical perspective, an experience from the respondent regarding the value of their answer.
In this case, your first answer
- is C code (my question is about MySQL). How to execute C via MySQL?
- the compilation generates an error
Best regards.
-