https://bugzilla.wikimedia.org/show_bug.cgi?id=30753
--- Comment #5 from Liangent <[email protected]> --- (In reply to Bartosz Dziewoński from comment #4) > (In reply to Bartosz Dziewoński from comment #1) > > This will probably require adding a page_sortkey column to the 'page' table > > (akin to cl_sortkey in 'categorylinks'), and maybe another one if we wanted > > to sort by both the real title and the DEFAULTSORT, as well as > > adding/updating indexes. > > We can't actually do that if we ever want to support using multiple > collations on one wiki (bug 44667). probably it's doable now by abusing categorylinks, using categorylinks rows with cl_category set to empty. not sure about performance consideration though. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
