This should work. Note that sports and news will have to be in the same
column to get a hit form this row.
Exactly but I'd like to know how to make it work when words are
located in different fields.
I have read about creating an extra Text (or nText) field with all the
content in it and then create an index based on that field, I also
have seen something using unions and multiple querys on the index. I
wonder if there's any better approach and which one will give better
perfomance.
Thank you for your answer!
Xavi
> This should work. Note that sports and news will have to be in the same
> column to get a hit form this row.
Hilary Cotter - 23 Apr 2007 15:03 GMT
The concatenated column offers the best performance.
> Exactly but I'd like to know how to make it work when words are
> located in different fields.
[quoted text clipped - 11 lines]
>> This should work. Note that sports and news will have to be in the same
>> column to get a hit form this row.