Seb35 added a comment.
I had to modify it on an installation. I modified in LocalSettings.php the parameter $wgWBRepoSettings['string-limits']['multilang']['length'] (default is 250) and augmented accordingly the two columns term_text and term_search_key of the table wb_terms (default is 255). Is there anything else to change? Also it is worth noting that the unit in MySQL is the byte for strings encoded in UTF-8, at the contrary of the number in LocalSetings.php which is the character, hence it would be better to fix the maximum length in MySQL to 4 times the number in LS.php else the strings are truncated in MySQL and the uniqueness constraint provided by these MySQL columns could be weakened for non-ASCII characters. TASK DETAIL https://phabricator.wikimedia.org/T162562 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Seb35 Cc: Seb35, Marostegui, aude, Ladsgroup, daniel, Aklapper, hoo, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
