https://bugzilla.wikimedia.org/show_bug.cgi?id=48706
--- Comment #10 from Alexander Mashin <[email protected]> --- No, I don't think so. It's the collation in article title that causes duplication. If you have an article called Müller and set any property [[has property::value]] on it and then open http://your.site/wiki/Muller?action=edit and you DB collation treats u and ü as the same (that is, it will not allow to create Muller if there is already Müller) than there will be two of each properties for Müller and Muller and both of them (one red) will appear in any SMW query for those properties ({{#ask:[[has property::value]]|format=list}} will give Müller, Muller). You don't even need to change DB collation. Similar artifacts will be observable in MW logs: they will show the name under which the page was accessed (red if different) not stored. -- 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
