The MariaDB documentation for InnoDB Limitations states that:
A multicolumn index on InnoDB can use a maximum of 16 columns. If you attempt to create a multicolumn index that uses more than 16 columns, MariaDB returns an Error 1070.
Is there any way around this limitation, so that I may create a fulltext index on 17 columns?
I am using MariaDB 10.1.37 and Navicat 11.2.11 Standard. When I try to add a fulltext index on 17 columns I get this error: