2martens / de.plugins-zum-selberbauen.ultimate

A fully functional CMS for WCF 2.0
GNU General Public License v3.0
4 stars 0 forks source link

Sorting by title is off #406

Closed 2martens closed 9 years ago

2martens commented 9 years ago

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.