| 
 Posted by Robin Vickery on 06/15/97 11:30 
On 10/27/05, Chris W. Parker <cparker@swatgear.com> wrote: 
> Hello, 
> 
> On my site right now if someone searches for "511" (a misspelling of the 
> manufacturer 5.11) they are not presented with the right products 
> because 511 is not found anywhere in the database. 
> 
> I've got a few ideas on how to solve this but I want to find one that 
> requires as little administrative overhead as possible. 
 
You could use the pspell extension; add your manufacturers to your 
personal word-list and use pspell_check() to check the spelling and 
pspell_suggest() to suggest alternatives. 
 
http://www.php.net/manual/en/ref.pspell.php 
 
  -robin
 
  
Navigation:
[Reply to this message] 
 |