You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MODEL] Perform partial updates in model where the ActiveModel support is available
When the model implements the `before_save` callback and the `changed_attributes` method,
intercept attribute changes, store them in the `@__changed_attributes` variable, and
perform a partial update (PUT .../_update) when updating the document in the index
in the `update_document` method
Fallback to full reindex via the `index_document` when changed attributes are not accessible.
0 commit comments