diff --git a/lib/searchkick/results.rb b/lib/searchkick/results.rb index 576995e..cd4e9e8 100644 --- a/lib/searchkick/results.rb +++ b/lib/searchkick/results.rb @@ -250,6 +250,7 @@ module Searchkick } begin + # TODO Active Support notifications for this scroll call Searchkick::Results.new(@klass, Searchkick.client.scroll(params), @options) rescue Elasticsearch::Transport::Transport::Errors::NotFound => e if e.class.to_s =~ /NotFound/ && e.message =~ /search_context_missing_exception/i -- libgit2 0.21.0