PHP Version 4.4.2
MySQL 4.0.26
FreeBSD 4.1
Upgraded our test site from vBulletin version 3.0.7 to 3.5.4.
Ran the following queries manually:
ALTER TABLE post ADD FULLTEXT INDEX (title,pagetext)
ALTER TABLE thread ADD FULLTEXT INDEX (title)
Verified in phpMyAdmin that the indexes were created:
thread table (86,959 recs): title FULLTEXT 28986 title
post table (2,773,846 recs): title FULLTEXT 924615 title pagetext
(Is that post index the right size do you think? the index query ran without error)
In the Admin Cp, Index New Posts in Search Engine is set to Yes for each forum (although this is the test site so there are no new posts) and Message Searching Options:Search Engine Enabled is set to Yes.
Despite all of this, the vBulletin->Options->Search Type still says "Your forum is currently using the vBulletin search engine. "
What can I do to use the Fulltext Search Engine?
MySQL 4.0.26
FreeBSD 4.1
Upgraded our test site from vBulletin version 3.0.7 to 3.5.4.
Ran the following queries manually:
ALTER TABLE post ADD FULLTEXT INDEX (title,pagetext)
ALTER TABLE thread ADD FULLTEXT INDEX (title)
Verified in phpMyAdmin that the indexes were created:
thread table (86,959 recs): title FULLTEXT 28986 title
post table (2,773,846 recs): title FULLTEXT 924615 title pagetext
(Is that post index the right size do you think? the index query ran without error)
In the Admin Cp, Index New Posts in Search Engine is set to Yes for each forum (although this is the test site so there are no new posts) and Message Searching Options:Search Engine Enabled is set to Yes.
Despite all of this, the vBulletin->Options->Search Type still says "Your forum is currently using the vBulletin search engine. "
What can I do to use the Fulltext Search Engine?
Comment