Commit 55e79a6cb8788ad8e8be7faf0988069b4487572b

Authored by Andrew Kane
1 parent bb8854d1

Use mode [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/searchkick/relation_indexer.rb
... ... @@ -25,7 +25,7 @@ module Searchkick
25 25 end
26 26 end
27 27  
28   - if full && async
  28 + if mode == :async && full
29 29 return full_reindex_async(relation)
30 30 end
31 31  
... ...