How to get parent with ALL children by search query(parent-child)

Hi! I have person-company relation here (Person has many companies). When I make search request for a person who have companies with name "example", elastic responds with a person and only child companies which have their names matched. But I want to get all companies, except companies which have matches to get higher score.