Forum Moderators: open

Message Too Old, No Replies

MYSQL Full Text Index Synonyms

         

garcara

3:52 pm on Jun 27, 2006 (gmt 0)

10+ Year Member



Been looking around for a answer to this to no avail..

What would be the best way to be able to add synonym's to keywords for a search on a full text indexed table?

Demaestro

4:06 pm on Jun 27, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I woul use a look-up table something like

keyword_has_synonym

Although I see this being a nightmare to maintain.

If you come up with something more elegent I would enjoy hearing the solution, post back please if you do.

garcara

4:17 pm on Jun 27, 2006 (gmt 0)

10+ Year Member



After some more digging I found this article:

[onlamp.com...]

I am going to use this I think and see how it goes looks good so far.