Quote:
Originally Posted by David Bott
Now looking at how Vb asked for it to be done, they want you to run...
ALTER TABLE post ADD FULLTEXT INDEX (title,pagetext);
ALTER TABLE thread ADD FULLTEXT INDEX (title);
...
1) What is the difference having two keynames in the POST table, like yours, and only having one (theirs)? What does help with?
|
Two indexes are required to search both title AND post text in default search mode.