MySQL Forums
Forum List  »  Full-Text Search

Full text search: some keywords that cannot be looked up?
Posted by: Edwin Pauli
Date: February 22, 2012 01:28AM

Hello,

There is a problem with this query:
SELECT * FROM table WHERE MATCH(tags) AGAINST('+just' IN BOOLEAN MODE)

It give no results, but there are two records with the word 'just' in the column tags. MySQL is configured with: ft_min_word_len=3. Other keywords with a length of four characters have no problems.
Does somebody know if there are limits for full text search in MySQL?


Edwin

Options: ReplyQuote


Subject
Views
Written By
Posted
Full text search: some keywords that cannot be looked up?
3516
February 22, 2012 01:28AM


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.