{
"query": {
"bool": {
"should": [
{
"match": {"name.last": "Петров Иван Сергеевич"}
},
{
"match": {"name.first": "Петров Иван Сергеевич"}
},
{
"match": {"name.middle": "Петров Иван Сергеевич"}
}
],
"minimum_number_should_match": 1
}
},
"filter": {},
"from": 0,
"size": 20
}