Hi, Im trying to make a search engine, but Im with a problem wich I cant solve, also cant find information about it.
Im using dbd & dbi to use mysql with perl.
I want to find for exemple:
"until" if the user look for "til"
or
"windows" if the user look for "dows"
Im trying to make it using index so I cant use the %% :( .
Some of you know a solution for my problem?