Relation list view filtered by field value

System Information

Docker image 3.6.5-node12

  • Strapi Version: 3.6.5
  • Operating System:
  • Database: mongo
  • Node Version: 12
  • NPM Version:
  • Yarn Version: 1.22.5

I’ve an entity, EntityA, with an enum field, type, with several values(ex: banana, potato, chicken, …).
Another entity, EntityB, have a relation field with EntityA( has one ).
Is possible to have, in the relation list view on the right side, a list of EntityA entries filtered by the value of the type field, ex show me only entries with type = banana?