Skip to content

do not populate search with inherited Values #25

@rugbymauri

Description

@rugbymauri

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions