Closed cjcodeproj closed 4 months ago
Proper nouns Group and Entity are currently handled by the generic Noun class, but we need a way to handle groups with sorting so group names like The Judds and The Rolling Stones can be properly sorted.
Group
Entity
Noun
Commit:
https://github.com/cjcodeproj/medialibrary/commit/8355f9871029eb05b5f83a7f5018f9fccadb8036
Proper nouns
Group
andEntity
are currently handled by the genericNoun
class, but we need a way to handle groups with sorting so group names like The Judds and The Rolling Stones can be properly sorted.