只需一步, 快速开始
ngram_token_size=2
ALTER TABLE flarum_posts DROP INDEX content; CREATE FULLTEXT INDEX content ON `flarum_posts` (`content`) WITH PARSER ngram; ALTER TABLE flarum_discussions DROP INDEX title; CREATE FULLTEXT INDEX title ON `flarum_discussions` (`title`) WITH PARSER ngram;
使用道具 举报
本版积分规则 回帖后跳转到最后一页
首页
分类
目录
索引
我的