Quote:
Originally Posted by KirbyDE
@Stadler
No - mySQL 3 does not support fulltext search in boolean mode.
You can use this with mySQL 3, but you will loose the ability to search for keywords.
|
Uhm, you could use vB's built in postindex. Just add bugid to the post-table, set the threadid to be 0 (or use a 'pseudo-Thread' that is being installed to make reindexing work) and when searching, use something like WHERE bugid <> 0 in the queries.
[Edit:]Oh, and if its too much work for ya I'd volunteer to do the change