diff --git a/lib/searchkick/query.rb b/lib/searchkick/query.rb index cd2be19..81007f2 100644 --- a/lib/searchkick/query.rb +++ b/lib/searchkick/query.rb @@ -435,6 +435,7 @@ module Searchkick warn "[searchkick] WARNING: Passing child models to models option throws off hits and pagination - use type option instead" # uncomment once aliases are supported with _index + # see https://github.com/elastic/elasticsearch/issues/23306 # index_type_or = # models.map do |m| # v = {_index: m.searchkick_index.name} -- libgit2 0.21.0