sql - MATCH() AGAINST() & Fulltext index: Possible to have "keywords" field? -
I am using MATCH () with a complete text index and I was wondering how "keyword" Data field
So we say that I have an integer index on the "title" column, for example, there can be a row with the value of "AC / DC". I have a field "ACDC" Enter the additional keywords like "AC DC" and "AC-DC"
Ideally, I would like to specify these keywords in a comma-delimited text form like this:
< Code> Title: "AC / DC" Keywords: "ACDC, AC-DC, AC-DC"
Any ideas how can I complete this from the perspective of the database?
Tell me that you need clarification!
Dave
please - not Store comma-separated values keyword information in a separate table:
If the drop table is present then the example '.' Keyword '; Table 'Example'. Use the unique keyword 'uk_idx` (`title',` keyword ')' keyword '(`title' varchar (45) no, zero;` keyword 'varchar (100); engine = create myname DEFAULT CHARSET = latin1 ;
Comments
Post a Comment