I need to implement phonetic search for Portuguese (br). Does anyone have any solution for phonetic searching in SQL Server with C #?
Should the search fetch within a string using the SOUNDEX function or some similar function that works in pt-br?
I need to implement phonetic search for Portuguese (br). Does anyone have any solution for phonetic searching in SQL Server with C #?
Should the search fetch within a string using the SOUNDEX function or some similar function that works in pt-br?