Commit edf4ce8ea201c52c8f850b934cbf704f9c5fce2f
1 parent
7878824e
Exists in
master
and in
17 other branches
Added link [skip ci]
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
lib/searchkick/query.rb
... | ... | @@ -435,6 +435,7 @@ module Searchkick |
435 | 435 | warn "[searchkick] WARNING: Passing child models to models option throws off hits and pagination - use type option instead" |
436 | 436 | |
437 | 437 | # uncomment once aliases are supported with _index |
438 | + # see https://github.com/elastic/elasticsearch/issues/23306 | |
438 | 439 | # index_type_or = |
439 | 440 | # models.map do |m| |
440 | 441 | # v = {_index: m.searchkick_index.name} | ... | ... |