MySQL Forums
Forum List  »  Full-Text Search

Re: Comma in boolean mode problem
Posted by: Faury Rodriguez
Date: June 09, 2008 11:52AM

One approach you can try is to preprocess the data you want to index such that you remove the commas that shouldn't separate words and apply the same transformation to user input.

That is you would store 10000 BC in the field that's index and reference the actual text you want to display from another table.

Options: ReplyQuote


Subject
Views
Written By
Posted
5878
June 09, 2008 11:18AM
Re: Comma in boolean mode problem
3462
June 09, 2008 11:52AM
3026
June 09, 2008 12:16PM


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.