Phonetic search

prkundan

New Member
Joined
Nov 13, 2018
Messages
17
In a Search Engine, even if we type something wrong how do they find out the correct word?
Is there any phonetic search?
For instance if in my DBthe word “John” is typed as “Jahn” or “Jan” or “Jon”. While searching I should get all these related entries. Is there any code for it?
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
There is an old algorithm called Soundex that converts words into a code - for search engines that has been replaced with far more sophisticated solutions with each one using their own specific code.

Soundex may be a good start for you, here is a link to an Allen Browne page with the code for MS Access:

http://www.allenbrowne.com/vba-Soundex.html
 
Upvote 0
There is an old algorithm called Soundex that converts words into a code - for search engines that has been replaced with far more sophisticated solutions with each one using their own specific code.

Soundex may be a good start for you, here is a link to an Allen Browne page with the code for MS Access:

http://www.allenbrowne.com/vba-Soundex.html

Thanks a Lot!!!!!!!!! GOD BLESS YOU!!!
 
Upvote 0

Forum statistics

Threads
1,215,237
Messages
6,123,807
Members
449,127
Latest member
Cyko

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top