diff --git a/lib/searchkick/query.rb b/lib/searchkick/query.rb index 07a3d70..f0ee3ed 100644 --- a/lib/searchkick/query.rb +++ b/lib/searchkick/query.rb @@ -441,7 +441,7 @@ module Searchkick # v # end - # (where[:or] ||= []) << index_type_or + # where[:or] = Array(where[:or]) + [index_type_or] # end # start everything as efficient filters -- libgit2 0.21.0