Commit f5f6c3c67d2d0448f3a89641559fd5b6b440132b

Authored by Andrew Kane
1 parent 3aa30aa5

Added todo [skip ci]

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/searchkick/results.rb
... ... @@ -19,6 +19,7 @@ module Searchkick
19 19 @results ||= with_hit.map(&:first)
20 20 end
21 21  
  22 + # TODO return enumerator like with_score
22 23 def with_hit
23 24 @with_hit ||= begin
24 25 if options[:load]
... ...