If a value is inherited, populate the search only with the inherited model/value
exp.
class Identity {
// @Index()
public $name
}
class Customer extends Identity {
}
class Person extends Identity {
}
only Identity::name should be populated in the search Table
in the Search results the inherited Models should be included
If a value is inherited, populate the search only with the inherited model/value
exp.
only
Identity::nameshould be populated in the search Tablein the Search results the inherited Models should be included