diff --git a/lib/searchkick/query.rb b/lib/searchkick/query.rb index e615f98..feb15d8 100644 --- a/lib/searchkick/query.rb +++ b/lib/searchkick/query.rb @@ -10,7 +10,7 @@ module Searchkick :took, :error, :model_name, :entry_name, :total_count, :total_entries, :current_page, :per_page, :limit_value, :padding, :total_pages, :num_pages, :offset_value, :offset, :previous_page, :prev_page, :next_page, :first_page?, :last_page?, - :out_of_range?, :hits + :out_of_range?, :hits, :response def initialize(klass, term, options = {}) -- libgit2 0.21.0