Commit a9426395dc279b67002267a82205df982b63348d

Authored by Andrew Kane
1 parent 06ee49b9

Added todo [skip ci]

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/searchkick/results.rb
... ... @@ -250,6 +250,7 @@ module Searchkick
250 250 }
251 251  
252 252 begin
  253 + # TODO Active Support notifications for this scroll call
253 254 Searchkick::Results.new(@klass, Searchkick.client.scroll(params), @options)
254 255 rescue Elasticsearch::Transport::Transport::Errors::NotFound => e
255 256 if e.class.to_s =~ /NotFound/ && e.message =~ /search_context_missing_exception/i
... ...