Files
opensearch-pyd/elasticsearch/client
Adam JohnsonandNick Lang cf1e946323 Document that 'index' may also be a list of strings for most methods (#921)
I discovered whilst researching https://github.com/scoutapp/scout_apm_python/issues/150 that the index parameter for all methods also supports a list of strings, but this isn't documented here. For example `elasticsearch-dsl-py` [always passes a list of strings](https://github.com/elastic/elasticsearch-dsl-py/blob/master/elasticsearch_dsl/search.py#L100).

It's [`_make_path`](https://github.com/elastic/elasticsearch-py/blob/master/elasticsearch/client/utils.py#L44) that allows this to happen.

This updates the relevant methods' documentation to indicate that it is supported.
2019-03-29 13:33:03 -06:00
..
2019-03-29 09:25:23 -06:00
2019-03-28 13:24:25 -06:00
2019-03-29 09:25:23 -06:00
2016-10-17 13:57:10 +02:00
2019-03-29 09:25:23 -06:00
2017-06-14 19:25:53 +02:00
2019-03-29 09:25:23 -06:00