Search API: indexing nodes including comments

When you use Search API (and you should because core search sucks) and you want to index nodes with comments you might get stuck because comments are not a related field which is available. This is weird you might think, but luckely, this entity API patch fixes this "relationship" and makes it instantly available via search API fields. Other options are writing your custom field using hook_entity_property_info_alter.