I have a resulting result controller that should display all the elements of a specific object that has multiple subtitles.
The sections in the resulting result controller should be based on the name of the entity, i.e. which subtitle belongs to the element. Setting sectionNameKeyPath to @"entity.name" works.
However, it seems impossible to get the correct sort descriptor for the select query. Things like [NSSortDescriptor sortDescriptorWithKey:@"entity.name" ascending:YES] lead to errors like keypath entity.name not found in entity Something .
mrueg source share