MySQL Forums
Forum List  »  Full-Text Search

Word Variants
Posted by: Benjamin Stookey
Date: March 31, 2006 07:05PM

I've been looking all over the web for a way to work the full text search on mysql to get inflectional variations of words.

Say I search for

MATCH (description) AGAINST ('test')

I only get results containing "test", not "testing". I don't particularly want to use

MATCH (description) AGAINST ('test*')

because people may search with words where that wouldn't make sense such as "wind" and "windlass". A windlass doesn't have much to do with the wind.

Is this possible without a whole bunch of operations that could end up slowing the search down?

Thanks,
-Ben

Options: ReplyQuote


Subject
Views
Written By
Posted
Word Variants
3447
March 31, 2006 07:05PM
2211
April 10, 2006 01:06PM
2028
April 13, 2006 10:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.