We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hey, would it be possible to fix ruby 2.7 deprecation also in 6.x version of the gem?
https://github.com/elastic/elasticsearch-rails/blob/6.x/elasticsearch-model/lib/elasticsearch/model/adapters/active_record.rb#L88
Line should look like this.
scope.find_in_batches(**options) do |batch|
It is already fixed in 7.x version, unfortunately not in 6.x.
Thanks!