Hi,
it seems that there is a bug when adding new fields to the fulltext indexing of an entity.
In fact, I noticed that whenever the field was encoded as "utf8mb4_unicode_ci", EspoCRM failed rebuilding.
However, if everything is "utf8_unicode_ci", then I am able to add as many FULLTEXT indices as I want.
I am using MariaDB 10, php 5.6
Thanks.
it seems that there is a bug when adding new fields to the fulltext indexing of an entity.
In fact, I noticed that whenever the field was encoded as "utf8mb4_unicode_ci", EspoCRM failed rebuilding.
However, if everything is "utf8_unicode_ci", then I am able to add as many FULLTEXT indices as I want.
I am using MariaDB 10, php 5.6
Thanks.
Comment