From edf4ce8ea201c52c8f850b934cbf704f9c5fce2f Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 31 May 2019 04:55:55 -0700 Subject: [PATCH] Added link [skip ci] --- lib/searchkick/query.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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