MySQL Forums
Forum List  »  Full-Text Search

Fulltext search on two columns
Posted by: us97013
Date: May 11, 2006 01:27PM

Hi all,

I have a following MyISAM table:

Items
{
Item_id INTEGER,
Item_tags TEXT,
Item_InternalTags TEXT
}

Is it possible to create a full-text search index comprising of both the Item_tags and Item_InternalTags column such that if I search for a word 'Water' then whether 'water'is in Item_tags column or Item_InternalTags I get that record? Also please tell me whether full-text search is case insensitive or not?

Thanks,

Arsalan

Options: ReplyQuote


Subject
Views
Written By
Posted
Fulltext search on two columns
3740
May 11, 2006 01:27PM
2352
May 12, 2006 12:43AM


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.