Thread: Site Problems??
View Single Post
Old 09-26-2007   #5
asshanson
immune from paybans
 
asshanson's Avatar
 

Join Date: Oct 2005
Location: West Des Moines
Drives: poorly
Posts: 4,358
Send a message via AIM to asshanson
Re: Site Problems??

Edit: guess I misunderstood.

To rebuild an index: REPAIR TABLE tbl_name QUICK;
You'll have to do this for every table with a full-text index that you're searching.

As for adding a * to searches, you'll have to look at vBulletin code to see wherever it's doing its searches. Look for "in boolean mode" or something like that. See http://dev.mysql.com/doc/refman/5.0/...t-boolean.html for the SQL syntax for MySQL.

Last edited by asshanson; 09-26-2007 at 12:39 PM..
asshanson is offline   Reply With Quote