Describe the bug
I create a Set to collect books and try to sort them by ‘Status’ (Ready to Start, In Progress and Finished), but the order looks incorrect, and I got two incorrect orders randomly.
To Reproduce
Steps to reproduce the behavior:
Create three objects in a set
Sort them by one relation
See their order
Expected behavior
The order of objects sorted correctly.
System Information:
OS: macOS 12.0.1
Device Manufacturer/Model: MacBook Pro (13-inch, 2016, Four Thunderbolt 3 Ports)
I think the “Implemented” tag on this topic is mislabeled. This is a bug report about status sorting instead of tag sorting which appears to be fixed already.
Hello, Authors do not get sorted correctly either.
This should be following “Authors - Ascending”, but it seems pretty random. New additions are just shuffled among existing ones (rather than being added at the end), so there must be some logic.