toptal / chewy

High-level Elasticsearch Ruby framework based on the official elasticsearch-ruby client
MIT License
1.89k stars 368 forks source link

[Fix #812] Add the `ignore_unavailable` option to the request #819

Closed kolauren closed 3 years ago

kolauren commented 3 years ago

Add the ignore_unavailable option to the request: https://www.elastic.co/guide/en/elasticsearch/client/curator/current/option_ignore.html

This solves #812


Before submitting the PR make sure the following are checked:

rabotyaga commented 3 years ago

Hey @kolauren 👋 ! Thanks for the contribution! Could you please change all links from curator reference to Elastcisearch reference: https://www.elastic.co/guide/en/elasticsearch/reference/current/multi-index.html#multi-index ?

kolauren commented 3 years ago

Updated the links!

rabotyaga commented 3 years ago

@kolauren Thank you very much! 🙇‍♂️ 🙏