cpd73 wrote: > Material *does not* create the list. It simply asks LMS for the > 'textkey' associated with each entry. If then creates an index for each > entry where this is different from the previous. LMS is at fault here. > "A, B, C, Č, C, D" - as you can see each is different to the > previous. The LMS sorting is wrong - it should be "A, B, C, Č, D" > or "A, B, Č, C, D" but "C" itself should not be at two locations in > the sort.
...that being said, my guess is that LMS sorts without using the diacritics - which makes sense. This is what is tripping Material up. I guess I need to covert "Č" -> "C" Will try to implement for 1.5.9 *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
