We have to find a way to allow sorting by title and let it produce the correct results.
The background issue is that each content can be associated with x amount of versions and each version is associated with y amount of language entries. So sorting by a content title, which is in the language entries, becomes a problem if there are multiple language entries of the same content (different versions). Therefore it must be ensured that only the most recent versions are taken into consideration for the content list.
We have to find a way to allow sorting by title and let it produce the correct results.
The background issue is that each content can be associated with x amount of versions and each version is associated with y amount of language entries. So sorting by a content title, which is in the language entries, becomes a problem if there are multiple language entries of the same content (different versions). Therefore it must be ensured that only the most recent versions are taken into consideration for the content list.