- match(forum_mysqlftsindex.tagnames) against (%s in boolean mode) * 4 +
- match(forum_mysqlftsindex.title) against (%s in boolean mode) * 2 +
- match(forum_mysqlftsindex.body) against (%s in boolean mode) * 1
- """,
+ match(forum_mysqlftsindex.tagnames) against (%s) * 2 +
+ match(forum_mysqlftsindex.title) against (%s) * 4 +
+ match(forum_mysqlftsindex.body) against (%s) * 1
+ """,