Hi there,
I need You.
Here is my request:
I have a mysql database and I am doing some query on it, using the Fulltext function and the boolean one.
What I want to do is to have the ability to find a singular word when the plurial of the word is existing. And the opposite too.
For example: the query "cat" could find "cat" or "cats"
and the query "cats" could find "cat".
I kno that I can use "word*", but I am doing this for my customer who does'nt know all the time the way of...
How can I do that?
Sincerely yours,
Marc-André