Add column to a pre-existing fulltext index?
Moderator: General Moderators
Add column to a pre-existing fulltext index?
What's the syntax for that?
Re: Add column to a pre-existing fulltext index?
can you explain more? What are you trying to do?
Re: Add column to a pre-existing fulltext index?
I have a full text index on the "title" column of a table, but I want the end user to be able to choose whether or not to include the "description" column in that index. Right now I'm just dropping the index and recreating it, but I was wondering if there's a way to update it by adding or removing the description column without dropping it and recreating.