In order to get this extension to work in MediaWiki 1.39.x for MySQL, first, you need to change VARBINARY(255) back to VARCHAR(255) binary (maintenance->archive directory) and tables-generated.sql. Then, if you using MySQL 8.0, you can set the charset to be utf8mb4 and the collation to be utf8mb4_0900_ai_ci. You also have to change some code in the installer (includes/installer/Mysql*.php). That fixes everything except for links. This extension will then fix the links.
Extension talk:SuggestedTitles
Default behavior of 1.37.2 does what this extension says it does, but that may have to do with setting collation in MySQL to be case insensitive. When this extension is turned on, getting search results while you type does not work. Searching other namespaces does not work.
There are no older topics