Open
Description
This is design gap of the Search add-on.
Currently it doesn't support search settings inheritance. For example we has an Entity E1 and index configuration for it. And we have some child entities E2 и E3. So only the entities of type E1 will be indexed. Entities of the E2 and E3 types will not!
So if someone want to index objects of the whole entities' hierarhy he have to create an index configuration for the each subtype of the root entity.
It is not convenient. And especially if we have a hundred ancestors of the root entity class.
Additionaly to inheritance we have an ability to extend or overlap the indexing settings of the root entity with own settings of the ancestors.