I'm using the search api in iOS with NSUserActivity and Core Spotlight indexing - I've got it all working fine apart from I can't get the ratings for my item to display on the search results?
I've set my CSSearchableItemAttributeSet with the type kUTTypeContent and have set the rating and ratingDescription attributes, whilst all the other attributes I'm populating are working fine the ratings aren't being shown! Anyone else managed to do this?