Does anyone know the syntax for using MultiSearch using the NEST library version 7.6.
We have tried:
var result = client.MultiSearch(ms => ms
.Search<ElasticsearchProject>("projects", s => s.MatchAll())
.Search<Person>("people", s => s.MatchAll())
);
It seems this is not valid anymore in version 7.6