I've successfully created a .net assembly BCS to crawl external data in my enviorment. The BCS include an AssociationNavigator to crawl related entities based on foreign key. When i perform a crawl and debug the BCS connector i see that the AssociationNavigator method is hit and it returns the list of related entities. My question is how on earth i get back this data in core search result?
My understanding of related entities was that if i search for a term that is on the 'source' entity, the child entities should return in the search results as well. Am i wrong? Is there any way to make these child entities appear?
