The `fields` options for limiting a search response was [introduced in version 7.10](https://github.com/elastic/elasticsearch/pull/60100) and is [documented here](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-fields.html#search-fields-param). If I were to create a PR, would it be as simple as updating the `ONGR\ElasticsearchDSL\Search` class? Thanks!
The
fieldsoptions for limiting a search response was introduced in version 7.10 and is documented here.If I were to create a PR, would it be as simple as updating the
ONGR\ElasticsearchDSL\Searchclass? Thanks!