We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d389875 + 321e026 commit 360e47dCopy full SHA for 360e47d
lib/algoliasearch-rails.rb
@@ -743,6 +743,7 @@ def algolia_must_reindex?(object)
743
return object.send(:algolia_dirty?) if (object.respond_to?(:algolia_dirty?))
744
# Loop over each index to see if a attribute used in records has changed
745
algolia_configurations.each do |options, settings|
746
+ next if algolia_indexing_disabled?(options)
747
next if options[:slave] || options[:replica]
748
return true if algolia_object_id_changed?(object, options)
749
settings.get_attribute_names(object).each do |k|
0 commit comments