![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is what one among you already tried to implement the function "Soundex" in FileMaker? http://en.wikipedia.org/wiki/Soundex |
#3
| |||
| |||
|
|
Hello, Is what one among you already tried to implement the function "Soundex" in FileMaker? http://en.wikipedia.org/wiki/Soundex |
#4
| |||
| |||
|
|
Boubahha wrote: Is what one among you already tried to implement the function "Soundex" in FileMaker? http://en.wikipedia.org/wiki/Soundex There is a sample custom function for FileMaker at http://www.briandunning.com/cf/265 There are other ones I've also seen out there. These are generally good for doing one-word finds, but I haven't figured out how to really make it work for multi-word finds. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Howard Schlossberg (818) 883-2846 FM Pro Solutions Los Angeles, California FileMaker 7 Certified Developer Associate Member, FileMaker Solutions Alliance |
#5
| |||
| |||
|
|
Thanks for the URL. I think there is a mistake in the code. In the algo, we have to Remove Doubles. That fonction works with a simple double ("bbike"->"bike") but with many doubles ("bbbike"->"bbike")... Is there another solution.? "Howard Schlossberg" <howard (AT) antispahm (DOT) fmprosolutions.com> a écrit dans le message de news: 11omgucmd56ce10 (AT) corp (DOT) supernews.com... Boubahha wrote: Is what one among you already tried to implement the function "Soundex" in FileMaker? http://en.wikipedia.org/wiki/Soundex There is a sample custom function for FileMaker at http://www.briandunning.com/cf/265 There are other ones I've also seen out there. These are generally good for doing one-word finds, but I haven't figured out how to really make it work for multi-word finds. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Howard Schlossberg (818) 883-2846 FM Pro Solutions Los Angeles, California FileMaker 7 Certified Developer Associate Member, FileMaker Solutions Alliance |
#6
| |||
| |||
|
|
I'm amazed such a formula was created in the first place, and also impressed that Harry managed to find it for you. The beginning part of that formula is simply a long list of substitutions. You could easily modify it to account for "triple" doubles. So, the solution is to analyze it and adapt it for your needs. Bill "Boubahha" <fsdf (AT) fdsfdfds (DOT) com> wrote in message news:438c17c7$0$5976$636a15ce (AT) news (DOT) free.fr... Thanks for the URL. I think there is a mistake in the code. In the algo, we have to Remove Doubles. That fonction works with a simple double ("bbike"->"bike") but with many doubles ("bbbike"->"bbike")... Is there another solution.? "Howard Schlossberg" <howard (AT) antispahm (DOT) fmprosolutions.com> a écrit dans le message de news: 11omgucmd56ce10 (AT) corp (DOT) supernews.com... Boubahha wrote: Is what one among you already tried to implement the function "Soundex" in FileMaker? http://en.wikipedia.org/wiki/Soundex There is a sample custom function for FileMaker at http://www.briandunning.com/cf/265 There are other ones I've also seen out there. These are generally good for doing one-word finds, but I haven't figured out how to really make it work for multi-word finds. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Howard Schlossberg (818) 883-2846 FM Pro Solutions Los Angeles, California FileMaker 7 Certified Developer Associate Member, FileMaker Solutions Alliance |
#7
| |||
| |||
|
|
I've already create that kind of formula, but i've the same problem... Is there a way to modify doubles ("bbbbbbbbbbbbb..."->"b") ? "Bill Marriott" <wjm (AT) wjm (DOT) org> a écrit dans le message de news: eeqdnT2EhbCIhxHenZ2dnUVZ_sCdnZ2d (AT) comcast (DOT) com... I'm amazed such a formula was created in the first place, and also impressed that Harry managed to find it for you. The beginning part of that formula is simply a long list of substitutions. You could easily modify it to account for "triple" doubles. So, the solution is to analyze it and adapt it for your needs. Bill "Boubahha" <fsdf (AT) fdsfdfds (DOT) com> wrote in message news:438c17c7$0$5976$636a15ce (AT) news (DOT) free.fr... Thanks for the URL. I think there is a mistake in the code. In the algo, we have to Remove Doubles. That fonction works with a simple double ("bbike"->"bike") but with many doubles ("bbbike"->"bbike")... Is there another solution.? "Howard Schlossberg" <howard (AT) antispahm (DOT) fmprosolutions.com> a écrit dans le message de news: 11omgucmd56ce10 (AT) corp (DOT) supernews.com... Boubahha wrote: Is what one among you already tried to implement the function "Soundex" in FileMaker? http://en.wikipedia.org/wiki/Soundex There is a sample custom function for FileMaker at http://www.briandunning.com/cf/265 There are other ones I've also seen out there. These are generally good for doing one-word finds, but I haven't figured out how to really make it work for multi-word finds. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Howard Schlossberg (818) 883-2846 FM Pro Solutions Los Angeles, California FileMaker 7 Certified Developer Associate Member, FileMaker Solutions Alliance |
#8
| |||
| |||
|
|
I've already create that kind of formula, but i've the same problem... Is there a way to modify doubles ("bbbbbbbbbbbbb..."->"b") ? |

![]() |
| Thread Tools | |
| Display Modes | |
| |