Justoverclock meihuak you need to update is ft_min_word_len, for reference you can look at https://dev.mysql.com/doc/refman/8.0/en/fulltext-fine-tuning.html#fulltext-word-length.
meihuak Justoverclock ft_min_word_len deafults to a value of '4' and is not by default listed in "my.cnf". To change it's default value, add: "ft_min_word_len = 3" to my.cnf under the [mysqld] section. Should I also do this? add: "ft_min_word_len = 3" to my.cnf under the [mysqld] section.
meihuak Justoverclock i have added this code, and restart mysql, but it seems the extension still does not work
Justoverclock meihuak After changing any of these options, rebuild your FULLTEXT indexes for the change to take effect. For example, to make two-character words searchable, you could put the following lines in an option file: [mysqld] innodb_ft_min_token_size=2 ft_min_word_len=2 Then restart the server and rebuild your FULLTEXT indexes. For MyISAM tables, note the remarks regarding myisamchk in the instructions that follow for rebuilding MyISAM full-text indexes.
Zedd 4vcpu and 8gb ram yes it works but sometimes it makes some errors and makes the load very slow/heavy
Zedd Justoverclock hello, sorry for late reply problem solved while clearing cache and optimizing my server but new issue is problem with this extension (https://github.com/littlecxm/flarum-reply-to-see) the extension requires "reply" to open it and the "Related Discussion" extension opens it when it's loaded or scrolls down and returns to the first post
luceos luceos Refunds can also be carried out by the developer through their Stripe interface. Extiverse will automatically pick that up 👍️ Justoverclock
meihuak Justoverclock hey, I still can not use the extension, I dont want to refund the money, can I sponsor the money to this project? https://discuss.flarum.org/d/31570-get-web-notifications-for-posts-and-discussions-when-they-are-approved
meihuak i still want to use this extension If you can, I still hope you can show me how to use this extension
luceos meihuak can you confirm that Flarum's native search now works properly, even with less search character? Because if that doesn't work then this extension doesn't either.